Skip to content

ridepeer/python-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

266 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-graph
A library for working with graphs in Python
--------------------------------------------------------------------------------


AUTHORS

Pedro Matiello <[email protected]>


CONTRIBUTORS

Christian Muise <[email protected]>
	* Various Hypergraph algorithms.

Nathan Davis <[email protected]>
	* Faster node insertion.

Rhys Ulerich <[email protected]>
	* Dijkstra's Shortest path algorithm.

Roy Smith <[email protected]>
	* A* search algorithm.

Salim Fadhley <[email protected]>
	* Porting of Roy Smith's A* implementation to python-graph;
	* Edmond Chow's heuristic for A*.

Zsolt Haraszti <[email protected]>
	* 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

About

Automatically exported from code.google.com/p/python-graph

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 93.4%
  • CSS 5.8%
  • Makefile 0.8%