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 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: python-pygraphviz
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-python,
graphviz,
libgraphviz-dev,
pkg-config,
python3-all-dev,
python3-mock <!nocheck>,
python3-pytest <!nocheck>,
python3-numpydoc <!nodoc>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-gallery <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.5.1
Homepage: https://pygraphviz.github.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pygraphviz.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pygraphviz
Package: python3-pygraphviz
Architecture: any
Depends: graphviz,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests: python-pygraphviz-doc,
Description: Python interface to the Graphviz graph layout and visualization package (Python 3)
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
.
This package contains the Python 3 version of python-pygraphviz.
Package: python-pygraphviz-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: Python interface to the Graphviz graph layout and visualization package (doc)
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
.
This package contains documentation for python-pygraphviz.
|