summaryrefslogtreecommitdiffstats
path: root/graphics/pygraphviz/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-11 11:14:55 +0100
committer Erik Hanson2014-02-11 19:15:09 +0100
commitcbb33c3be583d2c18d212df0bdaa91861a63ff06 (patch)
tree51ba12b78644297a597e905aea001e35adfda915 /graphics/pygraphviz/README
parentc698a4e6d56f0777fb4599afece798313d962871 (diff)
downloadslackbuilds-cbb33c3be583d2c18d212df0bdaa91861a63ff06.tar.gz
graphics/pygraphviz: Added (Python interface to Graphviz).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/pygraphviz/README')
-rw-r--r--graphics/pygraphviz/README5
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.