diff -r 01f8c7aabb7e -r 06c2228e39cb thirdparty/python-graph/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thirdparty/python-graph/README Wed Nov 26 23:56:19 2008 +0000 @@ -0,0 +1,48 @@ +python-graph +A library for working with graphs in Python +-------------------------------------------------------------------------------- + + +AUTHORS + +Pedro Matiello + + +CONTRIBUTORS + +Christian Muise + * Various Hypergraph algorithms. + +Nathan Davis + * Faster node insertion. + +Rhys Ulerich + * Dijkstra's Shortest path algorithm. + +Zsolt Haraszti + * Weighted random generated graphs. + + +LICENSE + +This software is provided under the MIT license. See accompanying COPYING file for details. + + +DOCUMENTATION + +To generate the API documentation for this package, run: + + make docs + +You'll need epydoc installed in your system. + + +WEBSITE + +The latest version of this package can be found at: + + http://code.google.com/p/python-graph/ + +Please report bugs at: + + http://code.google.com/p/python-graph/issues/list