Metadata-Version: 2.0
Name: storedoc
Version: 0.1.0
Summary: A python library to upload files on cloud. Supported services - AWS S3, DigitalOcean Spaces, LocalStorage.
Home-page: UNKNOWN
Author: Rakesh Gunduka
Author-email: rakesh.gunduka@gmail.com
License: http://www.opensource.org/licenses/mit-license.php
Keywords: boto3 aws s3 digitalocean spaces
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text
Requires-Dist: boto3

A python library to store the files to AWS S3, DigitalOcean Spaces or LocalStorage.Library is designed to be extensible for including additional cloud services.


