diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:59:14 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:59:14 +0200 |
commit | ce235673647de9e54b08afb1a56760b2211e9910 (patch) | |
tree | 87b64441d9149c08de5aa3be9cb90e73b3409ea1 /libraries/pydot/README | |
parent | 7e60aaed6b7500de96bd200c99caf44a8148ed03 (diff) |
libraries/pydot: Added to 13.0 repository
Diffstat (limited to 'libraries/pydot/README')
-rw-r--r-- | libraries/pydot/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/pydot/README b/libraries/pydot/README new file mode 100644 index 0000000000000..1db185812ed81 --- /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. |