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 again

prologic / pydot http://code.google.com/p/pydot/

Maintenance branch for the pydor library for Python 2.x and Python 3.x compatibility.

Clone this repository (size: 324.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/prologic/pydot
hg clone ssh://hg@bitbucket.org/prologic/pydot

pydot overview

Recent commits See more »

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.