SUMMARY
python-graph is a library for working with graphs in Python.
This software provides a suitable data structure for representing graphs and a whole set of important algorithms.
INSTALLING
To install the core module, run:
make install-core
To install the dot language support, run:
make install-dot
Alternatively, if you don't have make, you can install the modules by running:
./setup.py install
inside the module directory.
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
PROJECT COMMITTERS
Pedro Matiello pmatiello@gmail.com
Christian Muise christian.muise@gmail.com
Salim Fadhley sal@stodge.org
Tomaz Kovacic tomaz.kovacic@gmail.com
CONTRIBUTORS
Eugen Zagorodniy e.zagorodniy@gmail.com
Johannes Reinhardt jreinhardt@ist-dein-freund.de
Juarez Bochi jbochi@gmail.com
Nathan Davis davisn90210@gmail.com
Paul Harrison pfh@logarithmic.net
Peter Sagerson peter.sagerson@gmail.com
Rhys Ulerich rhys.ulerich@gmail.com
Roy Smith roy@panix.com
Zsolt Haraszti zsolt@drawwell.net
Anand Jeyahar anand.jeyahar@gmail.com
Emanuele Zattin emanuelez@gmail.com
Jonathan Sternberg jonathansternberg@gmail.com
Daniel Merritt dmerritt@gmail.com
LICENSE
This software is provided under the MIT license. See accompanying COPYING file for details.