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