diff options
Diffstat (limited to 'graphics/pygraphviz/README')
-rw-r--r-- | graphics/pygraphviz/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/pygraphviz/README b/graphics/pygraphviz/README new file mode 100644 index 0000000000..f257628cbe --- /dev/null +++ b/graphics/pygraphviz/README @@ -0,0 +1,5 @@ +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. |