thirdparty/python-graph/README
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 27 Nov 2008 17:22:39 +0000
changeset 596 7dd98eeba61b
parent 594 06c2228e39cb
permissions -rw-r--r--
Fix some typo in logic.models.base. Patch by: Pawel Solyga

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