RETIRED, further work has moved to Debian project infrastructure
Go to file
2015-02-26 10:23:39 +01:00
pydot_ng Renamed pydot to pydot-ng 2015-02-25 19:58:39 +01:00
test Skip tests that fail because of checksum fail 2015-02-26 10:23:39 +01:00
.gitignore Fix syntax error in Python 3: u'' -> ''. Also add .gitignore. 2013-09-09 12:55:54 -05:00
.travis.yml Added tox conf and disabled pep8 2015-02-26 10:00:53 +01:00
ChangeLog Added the license and changelog files 2007-07-11 21:38:58 +00:00
LICENSE Added the license and changelog files 2007-07-11 21:38:58 +00:00
README.rst Add build status image 2015-02-25 21:58:37 +01:00
setup.py Renamed pydot to pydot-ng 2015-02-25 19:58:39 +01:00
test-requirements.txt Skip tests that fail because of checksum fail 2015-02-26 10:23:39 +01:00
tox.ini Renamed test file to enble autodiscover 2015-02-26 10:05:03 +01:00

pydot - Python interface to Graphviz's Dot language

Ero Carrera (c) 2004-2007

ero@dkbza.org

This code is distributed under the MIT license.

image

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.