Metadata-Version: 1.1
Name: jukedj
Version: 1.1.1
Summary: Django app for models used in the JukeboxPipeline.
Home-page: https://github.com/JukeboxPipeline/jukedj
Author: David Zuber
Author-email: zuber.david@gmx.de
License: BSD
Description: =========================================================
        JukeDj
        =========================================================
        
        .. image:: http://img.shields.io/pypi/v/jukedj.png
            :target: https://pypi.python.org/pypi/jukedj
        
        .. image:: http://img.shields.io/pypi/dm/jukedj.png
            :target: https://pypi.python.org/pypi/jukedj
        
        .. image:: http://img.shields.io/pypi/l/jukedj.svg
            :target: https://pypi.python.org/pypi/jukedj
        
        
        
        
        Django app for models used in the JukeboxPipeline.
        
        
        Documentation
        -------------
        
        There is currently no documentation available on the internet.
        
          1. Clone the repository.
          2. Check docs/requirements.txt and install missing dependencies
          3. For a correct reference documentation of the code either install all dependencies of jukedj
             or simply install jukedj in development mode.
          4. Install this project in edit mode via::
        
               pip install -e path/to/repo
        
          5. Execute docs/make or docs/make.bat
          6. The documentation will be under docs/_build
        
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.0 (2014-10-03)
        +++++++++++++++++++++++++++++++++++++++
        
        * Migration of old project
        
        1.1.1 (2014-10-23)
        +++++++++++++++++++++++++++++++++++++++
        
        * First release on PyPI
        
Keywords: jukedj
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
