Metadata-Version: 1.0
Name: altgraph
Version: 0.6.7
Summary: Python graph (network) package
Home-page: http://undefined.org/python/#altgraph
Author: Bob Ippolito
Author-email: bob@redivi.com
License: MIT License
Description: 
        altgraph is a fork of graphlib: a graph (network) package for constructing
        graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
        graphviz output.
        
        altgraph includes some additional usage of Python 2.3+ features and
        enhancements related to modulegraph and macholib.
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
