Metadata-Version: 2.1
Name: Flask-Dropzone
Version: 1.5.3
Summary: Upload file in Flask with Dropzone.js.
Home-page: https://github.com/greyli/flask-dropzone
Author: Grey Li
Author-email: withlihui@gmail.com
License: MIT
Keywords: flask extension development upload
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: Flask

﻿# Flask-Dropzone
Upload files in Flask application with [Dropzone.js](http://www.dropzonejs.com/).

## Links

* [Documentation](https://flask-dropzone.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/Flask-Dropzone/)
* [Examples](https://github.com/greyli/flask-dropzone/tree/master/examples)

## Todo

* Improve wording and grammar in documentation (need help!)
* i18n support

## License

This project is licensed under the MIT License (see the `LICENSE` file for details).


