Metadata-Version: 1.0
Name: pkginfo
Version: 0.2
Summary: Query metadatdata from sdists / bdists / installed packages.
Home-page: http://pypi.python.org/pypi/pkginfo/
Author: Tres Seaver, Agendaless Consulting
Author-email: tseaver@agendaless.com
License: Python
Description: pkginfo README
        ==============
        
        This package provides an API for querying the distutils metadata written in
        the ``PKG-INFO`` file inside a source distriubtion (an ``sdist``), or into
        the ``EGG-INFO`` directory of an installed distribution.
        
        Please see ``docs/index.rst`` for detailed documentation.
        
        
        pkginfo Changelog
        =================
        
        0.2 (2009-04-14)
        ----------------
        
        - Added support for introspection of ``bdist_egg`` binary distributions.
        
        0.1.1 (2009-04-10)
        ------------------
        
        - Fixed packaging errors.
        
        
        0.1 (2009-04-10)
        ----------------
        
        - Initial release.
        
Keywords: distribution sdist installed metadata
Platform: UNKNOWN
