File: control

package info (click to toggle)
python-graphviz 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 712 kB
  • sloc: python: 1,821; makefile: 13
file content (39 lines) | stat: -rw-r--r-- 1,524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: python-graphviz
Maintainer: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               graphviz,
               python3-all,
               python3-coverage,
               python3-flake8,
               python3-mock,
               python3-pep8-naming,
               python3-pytest,
               python3-pytest-doctestplus,
               python3-pytest-mock,
               python3-pytest-cov,
               python3-setuptools,
               python3-unittest2
Standards-Version: 4.5.0
Homepage: https://github.com/xflr6/graphviz
Vcs-Git: https://salsa.debian.org/python-team/packages/python-graphviz.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-graphviz

Package: python3-graphviz
Architecture: all
Depends: graphviz, ${misc:Depends}, ${python3:Depends}
Description: Simple Python 3 interface for Graphviz
 This package facilitates the creation and rendering of graph descriptions in
 the DOT language of the Graphviz graph drawing software from Python.
 .
 Create a graph object, assemble the graph by adding nodes and edges, and
 retrieve its DOT source code string. Save the source code to a file and render
 it with the Graphviz installation of your system.
 .
 Use the ``view`` option/method to directly inspect the resulting (PDF, PNG,
 SVG, etc.) file with its default application. Graphs can also be rendered
 and displayed within Jupyter notebooks.
 .
 This contains the Python 3 version.