We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b336c3e + 1ab8545 commit a45e9faCopy full SHA for a45e9fa
winpython/data/packages.ini
@@ -127,6 +127,9 @@ description=ggplot for python
127
url=https://github.com/yhat/ggplot
128
category=plot
129
130
+[graphviz]
131
+description=Simple Python interface for Graphviz
132
+
133
[greenlet]
134
description=Lightweight in-process concurrent programming
135
@@ -393,6 +396,10 @@ description=Pygame gives multimedia to python.
393
396
description=Generic syntax highlighter for general use in all kinds of software
394
397
url=http://pygments.org
395
398
399
+[pygraphviz]
400
+description=Python interface to Graphviz graph drawing package
401
+https://github.com/pygraphviz/pygraphviz
402
403
[pyhdf]
404
description=Python interface to HDF4 files (Hierarchical Data Format version 4)
405
url=http://pysclint.sourceforge.net/pyhdf
0 commit comments