Metadata-Version: 1.1
Name: pypi-data
Version: 0.1.2
Summary: PyPI metadata downloader
Home-page: https://github.com/nathforge/pypi-data
Author: Nathan Reynolds
Author-email: email@nreynolds.co.uk
License: UNKNOWN
Description: pypi-data
        =========
        
        PyPI metadata downloader. `Example`__
        
        Treats PyPI kindly - initialises from a pre-generated archive, updates using
        the changelog API.
        
        1. Install with ``pip install pypi-data``.
        2. Download initial metadata with ``pypi-data init data``.
        3. Run ``pypi-data update data`` when needed.
        
        .. Example: https://pypi.python.org/pypi/requests/json
        __ Example
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
