• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

doc/22-Nov-2023-1,409769

modulegraph/22-Nov-2023-2,6912,015

modulegraph.egg-info/22-Nov-2023-626508

modulegraph_tests/22-Nov-2023-4,8173,839

scripts/22-Nov-2023-4532

MANIFEST.inD22-Nov-2023201 109

PKG-INFOD22-Nov-202312.1 KiB338224

README.chromiumD22-Nov-2023398 1211

README.txtD22-Nov-2023313 75

setup.cfgD22-Nov-20231.9 KiB5551

setup.pyD22-Nov-202324.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