Altgraph - A basic graph library¶
altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.
The primary users of this package are macholib and modulegraph.
- Release history
- License
altgraph— A Python Graph Libraryaltgraph.Graph— Basic directional graphsaltgraph.ObjectGraph— Graphs of objecs with an identifieraltgraph.GraphAlgo— Graph algorithmsaltgraph.GraphStat— Functions providing various graph statisticsaltgraph.GraphUtil— Utility functionsaltgraph.Dot— Interface to the dot language