mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
44e9229fb5
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output. WWW: https://pypi.python.org/pypi/altgraph/
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
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.
|
|
|
|
altgraph includes some additional usage of Python 2.6+ features and
|
|
enhancements related to modulegraph and macholib.
|
|
|
|
WWW: https://pypi.python.org/pypi/altgraph/
|