Graphs, kjbuckets, etc.

Steve Holden sholden at holdenweb.com
Tue Feb 25 08:11:09 EST 2003


"Simon Frost" <sdfrost at ucsd.edu> wrote in message
news:mailman.1046132645.17168.python-list at python.org...
> Dear Python List,
>
> I'm trying to find a nice fast graph (node-and-edge things, not charts)
> library for Python. I've found:
>
> 1. pygraphlib (pure Python)  http://pygraphlib.sourceforge.net/
> 2. PySomorph (wraps Vflib) http://staffa.wi.mit.edu/people/kelley/
> 3. KJbuckets http://starship.python.net/crew/aaron_watters/kjbuckets/
>
> KJbuckets is more the kind of library I was looking for, but it doesn't
> compile out-of-the-box with Python2.2 (with gcc/Linux,MSVC,or gcc/MinGW).
> Does anyone have a working version for Python2.2?
>
> Any other suggestions? I could always wrap the Boost Graph Library, but I
> was looking for more compact libraries.
>

Have you tried

    http://gadfly.sourceforge.net/kjbuckets.html

This *may* be more up to date.

regards
--
Steve Holden                                  http://www.holdenweb.com/
Python Web Programming                 http://pydish.holdenweb.com/pwp/
Register for PyCon now!            http://www.python.org/pycon/reg.html







More information about the Python-list mailing list