• Home
Name Date Size #Lines LOC

..--

doc/07-May-2024-1,409769

modulegraph/07-May-2024-2,6912,015

modulegraph.egg-info/07-May-2024-626508

modulegraph_tests/07-May-2024-4,8173,839

scripts/07-May-2024-4532

MANIFEST.inD07-May-2024201 109

PKG-INFOD07-May-202412.1 KiB338224

README.chromiumD07-May-2024398 1211

README.txtD07-May-2024313 75

setup.cfgD07-May-20241.9 KiB5551

setup.pyD07-May-202424.4 KiB868621

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