Metadata-Version: 1.0
Name: vanity
Version: 1.1.0
Summary: Easy access to PyPI download stats
Home-page: UNKNOWN
Author: Alex Clark
Author-email: Alex Clark
License: UNKNOWN
Description: 
        Introduction
        ============
        
        Easy access to PyPI download stats via command line::
        
            $ vanity django
            Package `Django` has been downloaded 520235 times!
        
        Installation
        ============
        
        Install via ``pip``:: 
        
            $ pip install vanity
        
        Or ``easy_install``::
        
            $ easy_install vanity
        
        Credits
        =======
        
        - Based on code from `Products.PloneSoftwareCenter`_ written by
          `David Glick`_.
        
        .. _`Products.PloneSoftwareCenter`: http://pypi.python.org/pypi/Products.PloneSoftwareCenter
        .. _`David Glick`: http://davisagli.com
        
        Changelog
        ---------
        
        1.1.0 (2011/10/25)
        ~~~~~~~~~~~~~~~~~~
        
        - Bug fixes: support for case insensitive project names and support for
          counting all release files (e.g. binaries in addition to sdist) and
          correct number of release files (bug fix).
          [JNRowe]
        
        - Package cleanup
          [aclark]
        
        1.0 (04/13/2011)
        ~~~~~~~~~~~~~~~~
        
        - Initial release
        
Platform: UNKNOWN
