Metadata-Version: 1.0
Name: vanity
Version: 1.1.2
Summary: Easy access to PyPI download stats
Home-page: https://github.com/aclark4life/vanity
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.2 (2011-10-28)
        ~~~~~~~~~~~~~~~~~~
        
        - Fix regression: Re-fix download counts.
          [JNRowe]
        
        1.1.1 (2011-10-27)
        ~~~~~~~~~~~~~~~~~~
        
        - Refactor: create ``downloads_total`` function to make external use simpler.
          [kennethreitz]
        
        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
          [aclark]
        
Platform: UNKNOWN
