Home | History | Annotate | only in /external/chromium-trace/catapult/telemetry/third_party/altgraph
Up to higher level directory
NameDateSize
altgraph/21-Oct-2016
altgraph.egg-info/21-Oct-2016
altgraph_tests/21-Oct-2016
doc/21-Oct-2016
MANIFEST.in21-Oct-2016186
PKG-INFO21-Oct-20166.8K
README.chromium21-Oct-2016440
README.txt21-Oct-2016287
setup.cfg21-Oct-2016982
setup.py21-Oct-201624.4K

README.chromium

      1 Name: altgraph
      2 Short Name: altgraph
      3 URL: https://pypi.python.org/pypi/altgraph/
      4 Version: 0.12
      5 License: MIT
      6 License File: NOT_SHIPPED
      7 Security Critical: no
      8 Description: altgraph is a fork of graphlib: a graph (network) package for
      9 constructing graphs, BFS and DFS traversals, topological sort, shortest paths,
     10 etc. with graphviz output. altgraph is used by
     11 telemetry/third_party/modulegraph.
     12 Local modification: remove doc/_build directory.
     13 

README.txt

      1 altgraph is a fork of graphlib: a graph (network) package for constructing
      2 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
      3 graphviz output.
      4 
      5 altgraph includes some additional usage of Python 2.6+ features and
      6 enhancements related to modulegraph and macholib.
      7