Metadata-Version: 1.1
Name: s3pip
Version: 0.1.1
Summary: A pip wrapper that uses AWS S3 for package data
Home-page: http://jlafon.io
Author: Jharrod LaFon
Author-email: jlafon@eyesopen.com
License: MIT
Description: =====
        s3pip
        =====
        
        A pip wrapper that uses Amazon's S3 for package data.
        
        
        Usage
        ^^^^^
        
        Installation::
        
            $ pip install s3pip
        
        Set an environment variable containing the name of your bucket.
        
        .. code-block:: bash
        
            $ export S3_PIP_BUCKET_NAME=my_own_pypi_bucket
        
        Now you can use s3pip just like pip
        
        .. code-block:: bash
        
            $ s3pip install requests
              Downloading/unpacking requests
                Found item in S3 /simple/requests/index.html
                Found item in S3 /packages/2.7/r/requests/requests-2.2.1-py2.py3-none-any.whl
                Downloading requests-2.2.1-py2.py3-none-any.whl (625kB): 625kB downloaded
              Installing collected packages: requests
              Successfully installed requests
              Cleaning up...
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
