Metadata-Version: 1.0
Name: zopyx.trashfinder
Version: 0.1.2
Summary: Find package trash on PyPI
Home-page: http://pypi.python.org/pypi/zopyx.trashfinder
Author: Andreas Jung
Author-email: info@zopyx.com
License: ZPL
Description: Introduction
        ============
        
        ``zopyx.pypitrashfinder`` performs some sanity checks on packages
        registered on PyPI (metadata and release files). A proper package
        should contain at least name and email of the author or maintainer
        and a reasonable description.
        
        Installation
        ------------
        
        easy_install zopyx.trashfinder
        
        
        Usage
        -----
        
        pypi-trashfinder <package-prefix>
        
        e.g.
        
        pypi-trashfinder collective.
        
        Author
        ------
        
        Andreas Jung
        info@zopyx.com
        
        License
        --------
        
        Published under the Zope Public License (ZPL)
        
        Changelog
        =========
        
        0.1.2 (2009/12/29)
        -------------------
        
        - added some sanity checks on egg releases files vs. source releases
        
        0.1.0 (2009/12/29)
        -------------------
        
        - Initial release
        
Keywords: Trash Crap PyPI
Platform: UNKNOWN
Classifier: Programming Language :: Python
