Metadata-Version: 1.1
Name: Flask-Store
Version: 0.0.3.1
Summary: Provides Django-Storages like file storage backends for Flask Applications.
Home-page: http://flask-store.soon.build
Author: Chris Reeves
Author-email: hello@chris.reeves.io
License: MIT
Description: ``Flask-Store``
        ===============
        
        ``Flask-Store`` is a Flask Extension designed to provide easy file upload handling
        in the same vien as Django-Storages, allowing developers to user custom storage
        backends or one of the provided storage backends.
        
        .. warning::
        
            This Flask Extenstion is under heavy development. It is likely API's will
            change without warning.
        
        Included Providers
        ------------------
        
        * Local File System
        * AWS Simple Storage Service (S3)
        
        Change Log
        ==========
        
        0.0.3.1 - Alpha
        ---------------
        * Hotfix: Bug in FlaskStoreType where settings a ``None`` value would break the
          Provider, now checks the value is the expected instance type
        
        0.0.3 - Alpha
        -------------
        * Feature: SQLAlchemy Store Type
        * Changed: Renamed ``stores`` to ``providers``
        * Removed: Removed ``FileStore`` wrapper class - it was a bad idea.
        
        0.0.2 - Alpha
        -------------
        * Feature: FileStore wrapper around provider files
        * Bugfix: S3 url generation
        
        0.0.1 - Alpha
        -------------
        * Feature: Local File Storage
        * Feature: S3 File Storage
        * Feature: S3 Gevented File Storage
        
Keywords: Flask,Files,Storage
Platform: UNKNOWN
Classifier: Framework :: Flask
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
