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 53 54 55 56 57 58 59 60 61 62 63
|
Source: python-pygraphviz
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
graphviz <!nocheck>,
libgraphviz-dev,
pkgconf,
pybuild-plugin-pyproject,
python3-all-dev,
python3-numpydoc <!nodoc>,
python3-pytest <!nocheck>,
python3-setuptools,
Build-Depends-Indep:
dh-sequence-sphinxdoc <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-gallery <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
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
X-Style: black
Testsuite: autopkgtest-pkg-python
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},
Multi-Arch: foreign
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.
|