Metadata-Version: 1.1
Name: mote-prk
Version: 0.2
Summary: Mote - the pattern library framework.
Home-page: UNKNOWN
Author: Praekelt Consulting
Author-email: dev@praekelt.com
License: BSD
Description: Mote - the pattern library framework
        ====================================
        
        .. figure:: https://travis-ci.org/praekelt/mote.svg?branch=develop
           :align: center
           :alt: Travis
        
        Quick start
        ===========
        
        Mote is intended to be a standalone library, not a project, but it can indeed be run with::
        
            - virtualenv ve
            - ./ve/bin/pip install -r mote/tests/requirements/19.txt
            - ./ve/bin/python manage.py migrate --run-syncdb --settings=mote.tests.settings.19
            - ./ve/bin/python manage.py runserver 0.0.0.0:8000 --settings=mote.tests.settings.19
        
        Running Mote by reusing the test settings and requirements means the test pattern libraries
        located at `mote/tests/mote/projects/` are loaded.
        
        Browse to `http://localhost:8000/mote/` to view the pattern libraries.
        
        Documentation
        =============
        
        Documentation is at http://mote-pattern-library-framework.readthedocs.io/en/latest/
        
        Authors
        =======
        
        Praekelt Consulting
        -------------------
        
        * Hedley Roos
        * Chris Sergienko
        * Jason Paidoussi
        
        Changelog
        =========
        
        next
        ----
        #. Make it possible to override `iframe.html` for each project.
        #. New UI theme.
        #. Django template and RESTful API.
        
        0.1.1
        -----
        #. Inevitable rename to avoid name collision.
        
        0.1
        ----
        #. First release.
        
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
