README.chromium
1Name: altgraph
2Short Name: altgraph
3URL: https://pypi.python.org/pypi/altgraph/
4Version: 0.12
5License: MIT
6License File: NOT_SHIPPED
7Security Critical: no
8Description: altgraph is a fork of graphlib: a graph (network) package for
9constructing graphs, BFS and DFS traversals, topological sort, shortest paths,
10etc. with graphviz output. altgraph is used by
11telemetry/third_party/modulegraph.
12Local modification: remove doc/_build directory.
13
README.txt
1altgraph is a fork of graphlib: a graph (network) package for constructing
2graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
3graphviz output.
4
5altgraph includes some additional usage of Python 2.6+ features and
6enhancements related to modulegraph and macholib.
7