Metadata-Version: 1.0
Name: django-chunked-uploads
Version: 0.2
Summary: a django app for chunking uploads
Home-page: https://github.com/eldarion/django-chunked-uploads
Author: Patrick Altman
Author-email: paltman@eldarion.com
License: BSD
Description: # django-chunked-uploads
        
        This is an app for your Django project to enable large uploads using the Blob API to chunk the files client side and send chunks that are re-assembled server side.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
