Ero Carrera 6764361cd9 Added the license and changelog files
git-svn-id: http://pydot.googlecode.com/svn/trunk@4 06aa9b79-7134-0410-ae7e-c1cd3e483e87
2007-07-11 21:38:58 +00:00
2007-07-09 22:27:24 +00:00
2007-07-11 21:38:58 +00:00
2007-07-09 22:27:24 +00:00
2007-07-09 23:17:27 +00:00
2007-07-09 22:27:24 +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.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 400 KiB
Languages
Graphviz (DOT) 89.3%
Python 10.6%