python-graph

A library for working with graphs in Python
Download

python-graph Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • pmatiello
  • Publisher web site:
  • http://code.google.com/u/pmatiello/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 53 KB

python-graph Tags


python-graph Description

A library for working with graphs in Python python-graph is a free and open source library that will help you work with graphs in Python. python-graph provides a suitable data structure for representing graphs and a whole set of important algorithms. Requirements: · Python What's New in This Release: · Adding an arrow to an non existing node on a digraph now fails sanely ( Issue 35 ); · Adding an already added node to a graph or digraph now raises an exception; · Adding an already added edge to a graph or digraph now raises an exception; · pygraph.classes.Classname.classname classes were renamed to pygraph.classes.classname.classname; · pygraph.algorithms.filters.Filtername.filtername filters were renamed to pygraph.algorithms.filters.filtername.filtername; · pygraph.algorithms.heuristics.Heuristicname.heuristicname heuristics were renamed to pygraph.algorithms.heuristics.heuristicname.heuristicname; · hypergraph's read() and write() methods were removed.


python-graph Related Software