Metadata-Version: 1.1
Name: Flask-Uploads
Version: 0.2.1
Summary: Flexible and efficient upload handling for Flask
Home-page: https://github.com/maxcountryman/flask-uploads
Author: Matthew "LeafStorm" Frazier
Author-email: leafstormrush@gmail.com
License: MIT
Description: 
        Flask-Uploads
        -------------
        Flask-Uploads provides flexible upload handling for Flask applications. It
        lets you divide your uploads into sets that the application user can publish
        separately.
        
        Links
        `````
        * `documentation <http://flask-uploads.readthedocs.io/en/latest/>`_
        * `development version
          <https://github.com/maxcountryman/flask-uploads>`_
        
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
