RETIRED, further work has moved to Debian project infrastructure
Go to file
Carlos Miguel Jenkins Perez e06552ea39 fix: dev: Can I be that stupid? 2014-12-08 18:48:16 -06:00
doc new: dev: Added version to Sphinx documentation and other minor changes. 2014-12-01 19:08:22 -06:00
lib/pydotplus fix: dev: Can I be that stupid? 2014-12-08 18:48:16 -06:00
test new: dev: Added Tox and CI integration. 2014-12-01 17:55:57 -06:00
.gitignore new: dev: Fist commit of pydotplus. 2014-12-01 15:59:48 -06:00
.travis.yml fix: dev: Fixing bad dependencies in PyPI. 2014-12-08 18:34:57 -06:00
LICENSE fix: dev: Improved project layout. 2014-12-01 17:30:31 -06:00
MANIFEST.in fix: dev: Fixed bad graph in manifest. 2014-12-01 18:21:25 -06:00
README.rst new: dev: Added version to Sphinx documentation and other minor changes. 2014-12-01 19:08:22 -06:00
requirements.dev.txt new: dev: Added Tox and CI integration. 2014-12-01 17:55:57 -06:00
requirements.txt new: dev: Added Tox and CI integration. 2014-12-01 17:55:57 -06:00
setup.py fix: dev: Can I be that stupid? 2014-12-08 18:48:16 -06:00
tox.ini fix: dev: Fixing bad dependencies in PyPI. 2014-12-08 18:34:57 -06:00

README.rst

PyDotPlus - Python interface to Graphviz's Dot language

Supported Python versions

Latest Version

Downloads

License

Status

Continuous Integration

Coverage

About

PyDotPlus is an improved version of the old pydot project that provides a Python Interface to Graphviz's Dot language.

http://pydotplus.readthedocs.org/

Differences with pydot:

  • Compatible with PyParsing 2.0+.
  • Python 2.7 - Python 3 compatible.
  • Well documented.
  • CI Tested.

Installation

pip install pydotplus

Development

https://github.com/carlos-jenkins/pydotplus

Run code QA:

pip install tox
tox

Documentation

User guide and API Reference can be found in:

http://pydotplus.readthedocs.org/

To build it from source execute:

pip install sphinx sphinx_rtd_theme
cd doc/
make html

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.

License

This code is distributed under the MIT license. See LICENSE for details.