Metadata-Version: 1.1
Name: django-fineuploader
Version: 0.0.3
Summary: Put short description here...
Home-page: https://github.com/bashu/django-fineuploader
Author: Basil Shubin
Author-email: basil.shubin@gmail.com
License: BSD License, Version 3.0
Download-URL: https://github.com/bashu/django-fineuploader/zipball/master
Description: django-fineuploader
        ===================
        
        This is a Django_ integration of `Fine Uploader`_ JavaScript Upload Library.
        
        .. image:: https://img.shields.io/pypi/v/django-fineuploader.svg
            :target: https://pypi.python.org/pypi/django-fineuploader/
        
        .. image:: https://img.shields.io/pypi/dm/django-fineuploader.svg
            :target: https://pypi.python.org/pypi/django-fineuploader/
        
        .. image:: https://img.shields.io/github/license/bashu/django-fineuploader.svg
            :target: https://pypi.python.org/pypi/django-fineuploader/
        
        Installation
        ------------
        
        .. code-block:: shell
        
            pip install django-fineuploader
            
        External dependencies
        ~~~~~~~~~~~~~~~~~~~~~
        
        * jQuery - This is not included in the package since it is expected that in most scenarios this would already be available.
        
        Setup
        -----
        
        Usage
        -----
        
        License
        -------
        
        ``django-fineuploader`` is released under the BSD license.
        
        .. _django: https://www.djangoproject.com/
        
        .. _`Fine Uploader`: http://fineuploader.com
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: Django (>=1.8)
