Metadata-Version: 1.1
Name: django-sticky-uploads
Version: 0.2.0
Summary: Enhanced file input widget for Django which uploads the file in the background and retains value on form errors.
Home-page: https://github.com/caktus/django-sticky-uploads/
Author: Caktus Consulting Group
Author-email: solutions@caktusgroup.com
License: BSD
Description: Django Sticky Uploads
        ========================
        
        django-sticky-uploads is a progressively enhanced file input widget for Django 
        which uploads the file in the background and also retains value on form errors.
        
        .. image::
            https://secure.travis-ci.org/caktus/django-sticky-uploads.png?branch=master
            :alt: Build Status
                :target: https://secure.travis-ci.org/caktus/django-sticky-uploads
        
        
        Requirements/Installing
        -----------------------------------
        
        django-sticky-uploads requires Python 2.6-2.7 or 3.2+. It also requires Django >= 1.4.
        
        The easiest way to install django-sticky-uploads is using `pip <http://www.pip-installer.org/>`_::
        
            pip install django-sticky-uploads
        
        
        Browser Support
        -----------------------------------
        
        This project makes use of `progressive enhancement <http://en.wikipedia.org/wiki/Progressive_enhancement>`_
        meaning that while all browsers are supported, they will not all have the same user-experience. If
        the browser does not support the necessary client-side features then it will fall back to the
        default file upload behavior.
        
        The primary HTML5 dependencies are `File API <http://caniuse.com/fileapi>`_ and
        `XHR2 <http://caniuse.com/xhr2>`_ meaning that the following desktop/mobile browsers should get the enhanced
        experience:
        
        * Chrome 13+
        * Firefox 4+
        * Internet Explorer 10+
        * Safari 6+
        * Opera 12+
        * iOS Safari 6+
        * Android Brower 3+
        * Blackberry Broswer 10+
        * Opera Mobile 12+
        * Chrome for Android 27+
        * Firefox for Android 22+
        
        
        Documentation
        -----------------------------------
        
        Additional documentation on using django-sticky-uploads is available on 
        `Read The Docs <http://readthedocs.org/docs/django-django-sticky-uploads/>`_.
        
        
        Running the Tests
        ------------------------------------
        
        You can run the tests with via::
        
            python setup.py test
        
        or::
        
            python runtests.py
        
        
        License
        --------------------------------------
        
        django-sticky-uploads is released under the BSD License. See the 
        `LICENSE <https://github.com/caktus/django-sticky-uploads/blob/master/LICENSE>`_ file for more details.
        
        A bundled version of jQuery 1.10.2 is included the source distribution which is used under
        its `MIT license <http://jquery.org/license>`_.
        
        
        Contributing
        --------------------------------------
        
        If you think you've found a bug or are interested in contributing to this project
        check out `django-sticky-uploads on Github <https://github.com/caktus/django-stick-yuploads>`_.
        
        Development sponsored by `Caktus Consulting Group, LLC
        <http://www.caktusgroup.com/services>`_.
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
