Home | History | Annotate | only in /external/chromium-trace/catapult/telemetry/third_party/modulegraph
Up to higher level directory
NameDateSize
doc/05-Oct-2017
MANIFEST.in05-Oct-2017201
modulegraph/05-Oct-2017
modulegraph.egg-info/05-Oct-2017
modulegraph_tests/05-Oct-2017
PKG-INFO05-Oct-201712.1K
README.chromium05-Oct-2017398
README.txt05-Oct-2017313
scripts/05-Oct-2017
setup.cfg05-Oct-20171.9K
setup.py05-Oct-201724.4K

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