interactive viewer for Graphviz dot graphs
xdot.py is an interactive viewer for graphs written in Graphviz's dot language. It uses internally the GraphViz's xdot output format as an intermediate format, Python GTK bindings, and Cairo for rendering. xdot.py can be used either as a standalone application from command line, or as a library embedded in your Python application.
Homepage: https://github.com/jrfonseca/xdot.py
Maintainer: Alessandro De Laurenzis <just22@atlantide.mooo.com>