thirdparty/python-graph/README
changeset 627 88c486951f10
parent 626 342bebadd075
child 628 6685c7b56d50
--- a/thirdparty/python-graph/README	Sun Nov 30 16:39:18 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-python-graph
-A library for working with graphs in Python
---------------------------------------------------------------------------------
-
-
-AUTHORS
-
-Pedro Matiello <pmatiello@gmail.com>
-
-
-CONTRIBUTORS
-
-Christian Muise <christian.muise@gmail.com>
-	* Various Hypergraph algorithms.
-
-Nathan Davis <davisn90210@gmail.com>
-	* Faster node insertion.
-
-Rhys Ulerich <rhys.ulerich@gmail.com>
-	* Dijkstra's Shortest path algorithm.
-
-Zsolt Haraszti <zsolt@drawwell.net>
-	* 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