Metadata-Version: 1.1
Name: py3s3
Version: 0.2.2
Summary: A bare bones package for uploading to and downloading from AWS S3 from within Python 3.3+
Home-page: http://github.com/logston/py3s3
Author: Paul Logston
Author-email: code@logston.me
License: BSD
Description: .. image:: https://travis-ci.org/logston/py3s3.png?branch=master
          :target: https://travis-ci.org/logston/py3s3
        
        Testing
        +++++++
        
        Before you can run the test suite, you will need to set the following
        environment variables::
        
            export AWS_S3_BUCKET='<bucket name>'
            export AWS_S3_ACCESS_KEY='<access key>'
            export AWS_S3_SECRET_KEY='<secret key>'
        
        Once the environment variables have been set, the test suite can be run with::
        
            python setup.py test
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
