|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
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. The code is appropriately documented and API reference is generated automatically by epydoc. Comments, bug reports and suggestions are welcome. Current release: 1.8.1 - Jan 08, 2012 This release introduces the Pagerank algorithm and Gomory-Hu cut-tree algorithm. Please check our Changelog for detailed information. Installing If you have easy_install on your system, you can simply run:
And, optionally, for Dot-Language support:
Otherwise, you can download a package from the Downloads page. Dependencies: The Core module requires Python 2.6 or 3.x. Dot-Language support requires Python 2.6, pydot and pyparsing. Provided features and algorithms:
|