ANN: Yet Another Python Graphviz Binding

finite.automaton at gmail.com finite.automaton at gmail.com
Thu Feb 23 00:37:30 CET 2006


(already announced this on c.l.py, but maybe it should be here, too...)


Introducing Yapgvb, a Python wrapper around the AT&T's graph layout
library Graphviz.

Features:
  - A nice clean Pythonic interface
  - Boost.Python wrapper around the C libraries; no more fiddling with
system calls to dot.
  - Read and write .dot files using Graphviz's own library routines.
  - Translation to and from Boost.Graph; do your computation using
Boost, and draw it with Graphviz.

URL:   http://yapgvb.sourceforge.net



More information about the Python-announce-list mailing list