Metadata-Version: 1.1
Name: mysociety-django-popolo
Version: 0.0.2
Summary: A Django-based implementation of the Popolo data specifications.
Home-page: http://github.com/mysociety/django-popolo
Author: Matthew Somerville
Author-email: matthew@mysociety.org
License: Affero
Description: popolo
        ========================
        
        
        .. image:: https://travis-ci.org/mysociety/django-popolo.png?branch=master
          :target: https://travis-ci.org/mysociety/django-popolo
        
        
        Welcome to the documentation for django-popolo!
        
        
        **django-popolo** is a django-based implementation of the
        `Popolo's open government data specifications <http://popoloproject.com/>`_.
        
        It is developed as a django application to be deployed directly within django projects.
        
        It will allow web developers using it to manage and store data according to Popolo's specifications.
        
        The standard sql-oriented django ORM will be used.
        
        Project is under way and any help is welcome.
        
        
        Installation
        ------------
        
        To install ``django-popolo`` as a third party app within a Django project, you
        need to add it to the Django project's requirements.txt. You can do this from
        GitHub in the usual way, or using the ``mysociety-django-popolo`` package on
        PyPI.
        
        Running the Tests
        ------------------------------------
        
        Set up the tests with:
        
            pip install -r tests_requirements.txt
            python setup.py install
        
        You can run the tests with::
        
            python setup.py test
        
        or::
        
            python runtests.py
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
