Home | History | Annotate | only in /external/chromium-trace/catapult/telemetry/third_party/modulegraph
Up to higher level directory
NameDateSize
doc/24-Aug-2016
MANIFEST.in24-Aug-2016201
modulegraph/24-Aug-2016
modulegraph.egg-info/24-Aug-2016
modulegraph_tests/24-Aug-2016
PKG-INFO24-Aug-201612.1K
README.chromium24-Aug-2016398
README.txt24-Aug-2016313
scripts/24-Aug-2016
setup.cfg24-Aug-20161.9K
setup.py24-Aug-201624.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