python-graph 1.2.0 released
[Posted September 10, 2008 by cook]
| From: |
| Pedro Matiello <pmatiello-AT-gmail.com> |
| To: |
| python-announce-list-AT-python.org |
| Subject: |
| python-graph-1.2.0 released |
| Date: |
| Tue, 09 Sep 2008 21:15:38 -0300 |
| Message-ID: |
| <1221005738.3534.11.camel@spacelab.localdomain> |
python-graph
release 1.2.0
http://code.google.com/p/python-graph/
------------------------------------------------------------------------
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 or suggestions are welcome.
Provided features and algorithms:
* Support for directed, undirected, weighted and non-weighted graphs
* Support for hypergraphs
* Canonical operations
* XML import and export
* DOT-Language output (for usage with Graphviz)
* Random graph generation
* Accessibility (transitive closure)
* Breadth-first search
* Cut-vertex and cut-edge identification
* Depth-first search
* Identification of connected components
* Minimum spanning tree (Prim's algorithm)
* Mutual-accessibility (strongly connected components)
* Shortest path (Dijkstra's algorithm)
* Topological sorting
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)