Home | History | Annotate | only in /external/chromium-trace/catapult/telemetry/third_party/modulegraph
Up to higher level directory
NameDateSize
doc/06-Dec-2016
MANIFEST.in06-Dec-2016201
modulegraph/06-Dec-2016
modulegraph.egg-info/06-Dec-2016
modulegraph_tests/06-Dec-2016
PKG-INFO06-Dec-201612.1K
README.chromium06-Dec-2016398
README.txt06-Dec-2016313
scripts/06-Dec-2016
setup.cfg06-Dec-20161.9K
setup.py06-Dec-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