summaryrefslogtreecommitdiff
path: root/graphics/pygraphviz/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-11 17:14:55 +0700
committerErik Hanson <erik@slackbuilds.org>2014-02-11 12:15:09 -0600
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.