Metadata-Version: 1.0
Name: modulegraph
Version: 0.5
Summary: Python module dependency analysis tool
Home-page: http://undefined.org/python/#modulegraph
Author: Bob Ippolito
Author-email: bob@redivi.com
License: MIT License
Description: 
        modulegraph determines a dependency graph between Python modules primarily
        by bytecode analysis for import statements.
        
        modulegraph uses similar methods to modulefinder from the standard library,
        but uses a more flexible internal representation, has more extensive
        knowledge of special cases, and is extensible.
        
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 :: Software Development :: Build Tools
