RETIRED, further work has moved to Debian project infrastructure
Go to file
Sebastian Kalinowski a142f0ab8e Merge pull request #28 from pydot/fix-flakes8
Fixes #2 - fix flakes8 and improve readability
2015-03-15 20:53:15 +01:00
pydot_ng Fix rest of e123 errors 2015-03-15 20:41:38 +01:00
test Fix rest of e123 errors 2015-03-15 20:41:38 +01:00
.gitignore Fix syntax error in Python 3: u'' -> ''. Also add .gitignore. 2013-09-09 12:55:54 -05:00
.travis.yml Enable flake8 checks on CI 2015-03-08 23:05:02 +01:00
ChangeLog Back to development: 1.0.1 2015-02-28 09:38:19 +01:00
LICENSE Added the license and changelog files 2007-07-11 21:38:58 +00:00
MANIFEST.in Added MANIFEST.in 2015-02-26 11:19:48 +01:00
README.rst prepare for first release 2015-02-26 11:09:07 +01:00
setup.py Fix rest of e123 errors 2015-03-15 20:41:38 +01:00
test-requirements.txt Skip tests that fail because of checksum fail 2015-02-26 10:23:39 +01:00
tox.ini Ignore H105 2015-03-14 16:59:02 +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_ng

should do it, provided that the directory containing the modules is on Python module search path.

This library is API compatible with original pydot so you can use it like this:

import pydot_ng as pydot