Home | History | Annotate | Download | only in altgraph
      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