thirdparty/python-graph/README
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 29 Nov 2008 13:44:02 +0000
changeset 608 77bffba4e946
parent 594 06c2228e39cb
permissions -rw-r--r--
Added _onCreate _onUpdate and _onDelete methods to logic/models/base.py. These methods can be overwritten by other logic/models/ modules to serve as a way to for instance send out an update message. Patch by: Lennard de Rijk

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