Home | History | Annotate | only in /external/chromium-trace/catapult/telemetry/third_party/altgraph
Up to higher level directory
NameDateSize
altgraph/06-Dec-2016
altgraph.egg-info/06-Dec-2016
altgraph_tests/06-Dec-2016
doc/06-Dec-2016
MANIFEST.in06-Dec-2016186
PKG-INFO06-Dec-20166.8K
README.chromium06-Dec-2016440
README.txt06-Dec-2016287
setup.cfg06-Dec-2016982
setup.py06-Dec-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