Graph library for Python

geremy condra debatem1 at gmail.com
Thu Dec 10 00:39:05 EST 2009


On Wed, Dec 9, 2009 at 11:09 PM, geremy condra <debatem1 at gmail.com> wrote:
> On Wed, Dec 9, 2009 at 8:59 PM, Bearophile <bearophileHUGS at lycos.com> wrote:
>> Robin Becker:
>>
>>> There are already very many implementations eg
>>>
>>> http://code.google.com/p/igraphhttp://www.boost.org/doc/libs/release/libs/graphhttp://ernst-schroeder.uni.lu/Digraph/doc/http://code.google.com/p/python-graphhttp://compbio.washington.edu/~zach/py_graph/doc/html/public/py_graph...
>>>
>>> and many others......some of the above already seem to be very useful.
>>
>> There's mine too:
>> http://sourceforge.net/projects/pynetwork/
>> API:
>> http://code.activestate.com/recipes/466329/
>>
>> Bye,
>> bearophile
>
> Huh, I don't think I've ever seen that before, and I'm pretty
> sure I'd remember if I had. With your permission, I'd like to
> go ahead and start integrating some of the features from
> that into graphine, especially a topo traversal. Do you
> mind?
>
> Geremy Condra
>

Since that's released under the python license, I'm going to
go ahead and commit the version that includes the topo
traversal, but if you have any objections you only need to
say the word and I'll take it down.

Geremy Condra



More information about the Python-list mailing list