Metadata-Version: 2.0
Name: django-sayit
Version: 1.3
Summary: A data store for speeches and transcripts to make them searchable and pretty.
Home-page: https://github.com/mysociety/sayit
Author: mySociety
Author-email: sayit@mysociety.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: psycopg2 (>=2.5.1,<2.6)
Requires-Dist: pytz (>=2013d)
Requires-Dist: six (>=1.4.1)
Requires-Dist: Django (>=1.4.2,<1.8)
Requires-Dist: Django-Select2 (>=4.2.2,<4.3)
Requires-Dist: django-qmethod (==0.0.3)
Requires-Dist: audioread (>=1.0.1)
Requires-Dist: pyelasticsearch (>=0.6,<0.7)
Requires-Dist: django-haystack (>=2.1,<2.2)
Requires-Dist: django-bleach (>=0.2.1)
Requires-Dist: mysociety-django-popolo (>=0.0.2)
Requires-Dist: mysociety-django-sluggable (>=0.2.6)
Requires-Dist: django-subdomain-instances (>=0.10.2)
Requires-Dist: easy-thumbnails (>=2.1)
Requires-Dist: unicode-slugify (==0.1.1)
Requires-Dist: pyOpenSSL (==0.14)
Requires-Dist: ndg-httpsclient (==0.3.2)
Requires-Dist: pyasn1 (==0.1.7)
Provides-Extra: test
Requires-Dist: selenium; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: django-nose (==1.2); extra == 'test'
Requires-Dist: Mutagen; extra == 'test'
Requires-Dist: lxml; extra == 'test'
Requires-Dist: python-dateutil (<2); extra == 'test'
Provides-Extra: scraping
Requires-Dist: beautifulsoup4; extra == 'scraping'
Requires-Dist: requests-cache; extra == 'scraping'
Provides-Extra: develop
Requires-Dist: flake8; extra == 'develop'
Requires-Dist: django-debug-toolbar; extra == 'develop'
Requires-Dist: South (==1.0); extra == 'develop'
Requires-Dist: popit-django (==0.0.3); extra == 'develop'

SayIt
=====

SayIt is an open source Django application or project to store transcripts
and present them in a modern, searchable format.

One example of SayIt in action is mySociety's website
`sayit.mysociety.org <http://sayit.mysociety.org>`_ which contains a variety
of transcripts, including:

* `The Leveson Inquiry <http://leveson.sayit.mysociety.org>`_
* `The Charles Taylor trial <http://charles-taylor.sayit.mysociety.org>`_
* `The plays of Shakespeare <http://shakespeare.sayit.mysociety.org>`_

Another is `OpenHouse Nova Scotia <http://www.openhousens.ca>`_, providing an
unofficial record of the proceedings of the Nova Scotia House of Assembly.

SayIt is a `Poplus component <http://poplus.org>`_
by `mySociety <http://www.mysociety.org/>`_.

Get involved
------------

If you have transcripts you'd like to be included on our website, or have
the technical skills to create such transcripts, please see
http://sayit.mysociety.org/about/community.

For more information on how to use SayIt in your own Django project or as a
standalone site, please see our
`documentation <http://mysociety.github.io/sayit/>`_:

* `Installation <http://mysociety.github.io/sayit/install/>`_
* `Testing <http://mysociety.github.io/sayit/testing/>`_
* `Development <http://mysociety.github.io/sayit/develop/>`_

Testing
-------

In a virtualenv, to run the tests::

    pip install -e .[test]
    ./manage.py test speeches

.. image:: https://travis-ci.org/mysociety/sayit.png?branch=master
   :alt: Build Status
   :target: https://travis-ci.org/mysociety/sayit


