summaryrefslogtreecommitdiffstats
path: root/libraries/pydot/README
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:59:14 +0200
committer Robby Workman2010-05-13 00:59:14 +0200
commitce235673647de9e54b08afb1a56760b2211e9910 (patch)
tree87b64441d9149c08de5aa3be9cb90e73b3409ea1 /libraries/pydot/README
parent7e60aaed6b7500de96bd200c99caf44a8148ed03 (diff)
downloadslackbuilds-ce235673647de9e54b08afb1a56760b2211e9910.tar.gz
libraries/pydot: Added to 13.0 repository
Diffstat (limited to 'libraries/pydot/README')
-rw-r--r--libraries/pydot/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/pydot/README b/libraries/pydot/README
new file mode 100644
index 0000000000..1db185812e
--- /dev/null
+++ b/libraries/pydot/README
@@ -0,0 +1,5 @@
+pydot allows to easily create both directed and non directed graphs
+from Python. Currently all attributes implemented in the Dot
+language are supported (up to Graphviz 2.16).
+
+This requires pyparsing and graphviz.