pydot3

Python 3 interface to Graphviz's Dot


Keywords
graphviz, dot, graphs, visualization, pydot
License
MIT
Install
pip install pydot3==1.0.9

Documentation

pydot3

Python 2 and Python 3 compatible interface to Graphviz's Dot.

Includes fixes from https://github.com/erocarrera/pydot, which is not compatible with Python 3.x for some reasons.

Originally author by Michael Krause michael@krause-software.de with fixes from Ero Carrera ero@dkbza.org. I only fixed the places incompatible with Python3.

Installation

pip / pip3:

pip3 install pydot3
pip install pydot3

License

This code is distributed under the MIT license.

Prerequisites:

  • pyparsing
  • GraphViz