Metadata-Version: 1.1
Name: django-encode
Version: 1.0.2
Summary: Django media encoding.
Home-page: http://github.com/collab-project/django-encode
Author: Collab
Author-email: info@collab.nl
License: MIT
Description: django-encode
        =============
        
        ``django-encode`` allows you to encode and transfer media files async.
        
        .. image:: https://img.shields.io/pypi/v/django-encode.svg
            :target: https://pypi.python.org/pypi/django-encode
        .. image:: https://travis-ci.org/collab-project/django-encode.svg?branch=master
            :target: https://travis-ci.org/collab-project/django-encode
        .. image:: https://coveralls.io/repos/collab-project/django-encode/badge.svg
            :target: https://coveralls.io/r/collab-project/django-encode
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://raw.githubusercontent.com/collab-project/django-encode/master/LICENSE
        
        Installation
        ------------
        
        Use pip_ to install the download and install the package from PyPi_::
        
          pip install django-encode
        
        Or checkout the source code from Github_::
        
          git clone https://github.com/collab-project/django-encode.git
        
        
        Documentation
        -------------
        
        Documentation can be found on `readthedocs.org`_.
        
        
        .. _pip: https://pypi.python.org/pypi/pip
        .. _PyPi: https://pypi.python.org/pypi/django-encode
        .. _readthedocs.org: https://django-encode.readthedocs.org/en/latest
        .. _Github: https://github.com/collab-project/django-encode
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
