Graph API / framework

Simon Dahlbacka sdahlbacSPAMSUCKS at abo.fi
Sun Jun 20 19:08:59 EDT 2004


George Sakkis wrote:
> Does anyone know of a good graph API ? The only one I found for Python is
> part of kjbuckets
> (http://starship.python.net/crew/aaron_watters/kjbuckets/kjbuckets.html),
> but I was looking for something more sophisticated; I am more concerned
> about elegance and extensibility than top performance. JUNG
> (http://jung.sourceforge.net/doc/manual.html) for java looks more promising.
> Does anyone have experience with it or some other relevant framework ?
> Thanks,
> 
> George
> 
> 

is something like pydot (http://dkbza.org/pydot.html) what you are 
looking for? Bindings for the dot tool from the grapviz package 
(http://www.research.att.com/sw/tools/graphviz/)

/Simon



More information about the Python-list mailing list