Metadata-Version: 2.0
Name: django-encode
Version: 1.0.4
Summary: Django media encoding.
Home-page: http://github.com/collab-project/django-encode
Author: Collab
Author-email: info@collab.nl
License: MIT
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
Requires-Dist: celery (>=3.1)
Requires-Dist: django-appconf (>=0.6)
Requires-Dist: django-queued-storage (>=0.8.0)

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
  cd django-encode
  pip install -e .

The dependency ``python-video-converter`` is not available on PyPi and needs to be installed
manually::

  pip install -e git+https://github.com/thijstriemstra/python-video-converter.git#egg=python-video-converter


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

