James Mills is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againpydot overview
Recent commits See more »
| Author | Revision | Comments | Message | Labels | Date |
|---|---|---|---|---|---|
|
jwhe...@jwheatle-WS.cisco.com
|
ac76697320d6 |
Fixed Python 3 incompatibility in pydot.py |
|
||
|
jwhe...@jwheatle-WS.cisco.com
|
7b3ae70c4bbb |
Fixed Python 3 incompatibilities in dot_parser.py |
|
||
|
|
b48c802dd5f2 |
Added tag 1.0.15 for changeset 2d8d97aaa3ab |
|
||
|
|
2d8d97aaa3ab |
- setup.py: Added Python 3 trove classifer:wq |
|
||
|
|
c0a4527c3891 |
- Implemented forwards compatibility (trying to keep backwards compatibility |
|
pydot - Python interface to Graphviz's Dot language Ero Carrera (c) 2004-2007 ero@dkbza.org
This code is distributed under the MIT license.
Requirements:
- pyparsing: pydot requires the pyparsing module in order to be
- able to load DOT files.
- GraphViz: is needed in order to render the graphs into any of
- the plethora of output formats supported.
Installation:
Should suffice with doing:
python setup.py install
Needless to say, no installation is needed just to use the module. A mere:
import pydot
should do it, provided that the directory containing the modules is on Python module search path.