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