Metadata-Version: 2.1
Name: django-file-form
Version: 3.2.1
Summary: Django-file-form helps you to write forms with a pretty ajax upload
Home-page: https://github.com/mbraak/django-file-form
Author: Marco Braak
Author-email: mbraak@ridethepony.nl
License: Apache License, Version 2.0
Description: ![Continuous integration](https://github.com/mbraak/django-file-form/workflows/Continuous%20integration/badge.svg) [![Version](https://badge.fury.io/py/django-file-form.svg)](https://pypi.python.org/pypi/django-file-form/)
        
        [![Coverage Status](https://img.shields.io/coveralls/mbraak/django-file-form.svg)](https://coveralls.io/r/mbraak/django-file-form?branch=master)
        [![Requirements Status](https://requires.io/github/mbraak/django-file-form/requirements.svg?branch=master)](https://requires.io/github/mbraak/django-file-form/requirements/?branch=master)
        
        [![License](https://img.shields.io/pypi/l/django-file-form.svg)](https://pypi.python.org/pypi/django-file-form/)
        
        # Django file form
        
        **Django-file-form** helps you to write forms with a pretty ajax upload.
        
        Read the documentation at [http://mbraak.github.io/django-file-form/](http://mbraak.github.io/django-file-form/)
        
        Features:
        
        * You can easily add an ajax file-upload to a form.
        * The ajax upload works the same as an html upload.
            * This means that you don't have to change your code to support ajax upload.
        * Supports single and multiple file upload.
        * Supports edition of uploaded files.
        * Supports upload directly to AWS S3 compatible storages.
        * Supports frontend events for the addition and removal of files.
        * Supports addition of arbitrary file meta data and related widgets.
        
        The project is hosted on [github](https://github.com/mbraak/django-file-form).
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
