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