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
|
Source: python-pydotplus
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 9),
dh-python,
openstack-pkg-tools (>= 99~),
python3-all,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
graphviz,
python3-pyparsing (>= 2.0.1),
python3-pytest,
python3-sphinx-rtd-theme,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pydotplus
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pydotplus.git
Homepage: http://pydotplus.readthedocs.org/
Package: python-pydotplus-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: interface to Graphviz's Dot language - doc
PyDotPlus is an improved version of the old pydot project that provides a
Python Interface to Graphviz's Dot language.
.
Differences with pydot:
* Compatible with PyParsing 2.0+.
* Python 2.7 - Python 3 compatible.
* Well documented.
* CI Tested.
.
This package contains the documentation.
Package: python3-pydotplus
Architecture: all
Depends:
graphviz,
python3-pyparsing,
${misc:Depends},
${python3:Depends},
Suggests:
python-pydotplus-doc,
Description: interface to Graphviz's Dot language - Python 3.x
PyDotPlus is an improved version of the old pydot project that provides a
Python Interface to Graphviz's Dot language.
.
Differences with pydot:
* Compatible with PyParsing 2.0+.
* Python 2.7 - Python 3 compatible.
* Well documented.
* CI Tested.
.
This package contains the Python 3.x module.
|