RETIRED, further work has moved to Debian project infrastructure
Go to file
Ero Carrera 8f6e324d32 Added testing script and test data
git-svn-id: http://pydot.googlecode.com/svn/trunk@14 06aa9b79-7134-0410-ae7e-c1cd3e483e87
2010-11-06 21:06:28 +00:00
test Added testing script and test data 2010-11-06 21:06:28 +00:00
ChangeLog Added the license and changelog files 2007-07-11 21:38:58 +00:00
dot_parser.py dot_parser.py: 2010-11-01 23:15:16 +00:00
LICENSE Added the license and changelog files 2007-07-11 21:38:58 +00:00
pydot.py Fixed issue 42. Graphviz's executable "sfdp" has been included in the list of executables to search for and will now be found if available. 2010-11-06 20:45:35 +00:00
README Updated copyright date 2007-07-09 23:17:27 +00:00
setup.py -Fixed setup.py script to not include the dot-underscore files in OSX (the resource fork) when building the tar.gz for distribution 2010-11-01 23:24:32 +00: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.

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.