Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
/ pydot-ng Public archive

Python interface to Graphviz's Dot language compatible with Python 2 nad Python 3

License

Notifications You must be signed in to change notification settings

pydot/pydot-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16f3980 · Nov 19, 2018

History

86 Commits
Oct 16, 2018
Oct 16, 2018
Oct 9, 2018
Oct 5, 2018
Oct 16, 2018
Oct 16, 2018
Jul 11, 2007
Oct 16, 2018
Nov 19, 2018
Nov 12, 2018
Nov 12, 2018
Oct 16, 2018
Oct 16, 2018
Oct 6, 2018
Oct 4, 2018

Repository files navigation

pydot-ng - Python interface to Graphviz's Dot language

Archived. Please use https://github.com/pydot/pydot

Ero Carrera (c) 2004-2007

ero@dkbza.org

This code is distributed under the MIT license.

https://travis-ci.org/pydot/pydot-ng.svg?branch=master

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

About

Python interface to Graphviz's Dot language compatible with Python 2 nad Python 3

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published