pygraphviz: Python interface to Graphviz¶
Description¶
Python interface to Graphviz
License¶
BSD
Upstream Contact¶
Type¶
optional
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
libgraphviz: Graph visualization software (callable library)
Version Information¶
requirements.txt:
pygraphviz
version_requirements.txt:
pygraphviz
Equivalent System Packages¶
$ conda install pygraphviz
$ sudo yum install python3-pygraphviz
$ sudo port install py-pygraphviz
See https://repology.org/project/python:pygraphviz/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.