<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>python-graph</name>
<shortdesc>A library for working with graphs in Python</shortdesc>
<description>*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.

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
 * Critical path algorithm
 * Cut-vertex and cut-edge identification
 * Cycle detection
 * Depth-first search
 * Heuristic search (A`*` algorithm)
 * Identification of connected components
 * Minimum spanning tree (Prim's algorithm)
 * Mutual-accessibility (Strongly connected components)
 * Shortest path search (Dijkstra's algorithm)
 * Topological sorting
 * Transitive edge identification</description>
<download-page>http://code.google.com/p/python-graph/downloads/list?can=1</download-page>
<homepage rdf:resource="http://code.google.com/p/python-graph/" />
<maintainer><foaf:Person><foaf:name>Pedro Matiello</foaf:name>
<foaf:mbox_sha1sum>a670fa5bcb9c316777fbc94584d0578e36f6d0df</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.6.1</revision></Version></release>
</Project></rdf:RDF>