0.1.0 - First commit

This commit is contained in:
Mardix
2015-05-21 01:17:09 -04:00
commit a8e9c60dac
15 changed files with 550 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Flask-CloudStorage
A simple Flask Extension (also standalone) library to upload and save files on the cloud.
Supported storage:
- AWS S3
- Google Storage
- Microsoft Azure
- Rackspace CloudFiles
- Local (for local file system)
## Install
pip install flask-cloudstorage
---
(c) 2015 Mardix