README.chromium
1Name: modulegraph
2Short Name: modulegraph
3URL: https://pypi.python.org/pypi/modulegraph/
4Version: 0.12.1
5License: MIT
6License File: NOT_SHIPPED
7Security Critical: no
8Description: modulegraph determines a dependency graph between Python modules
9primarily by bytecode analysis for import statements. It's used by telemetry's
10find_dependencies script.
11Local modification: remove doc/_build directory.
12
README.txt
1modulegraph determines a dependency graph between Python modules primarily
2by bytecode analysis for import statements.
3
4modulegraph uses similar methods to modulefinder from the standard library,
5but uses a more flexible internal representation, has more extensive
6knowledge of special cases, and is extensible.
7