• Home
Name Date Size #Lines LOC

..--

altgraph/03-May-2024-1,6771,312

altgraph.egg-info/03-May-2024-311236

altgraph_tests/03-May-2024-1,6261,262

doc/03-May-2024-1,368764

MANIFEST.inD03-May-2024186 109

PKG-INFOD03-May-20246.8 KiB217143

README.chromiumD03-May-2024440 1312

README.txtD03-May-2024287 75

setup.cfgD03-May-2024982 3734

setup.pyD03-May-202424.4 KiB868621

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