Metadata-Version: 2.0
Name: za-parliament-scrapers
Version: 0.1.0
Summary: Scrapers for data from the South African Parliament
Home-page: https://github.com/Code4SA/za-parliament-scrapers
Author: Code for South Africa
Author-email: greg@code4sa.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: mammoth (>=0.3.19)
Requires-Dist: beautifulsoup4 (>=4.4.0)
Provides-Extra: dev
Requires-Dist: nose; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Provides-Extra: test
Requires-Dist: nose; extra == 'test'
Requires-Dist: flake8; extra == 'test'

za-parliament-scrapers
======================

.. image:: https://badge.fury.io/py/za-parliament-scrapers.svg
    :target: http://badge.fury.io/py/za-parliament-scrapers

.. image:: https://travis-ci.org/Code4SA/za-parliament-scrapers.svg
    :target: http://travis-ci.org/Code4SA/za-parliament-scrapers

This is a collection of scrapers for working with data from the
`Parliament of South Africa <http://www.parliament.gov.za/>`_. It includes:

1. Scrapers for handling Questions and Replies documents

Credit
------

Most of the Question and Replies scraping was taken from https://github.com/mysociety/za-hansard.

Installation
------------

Install using::

    pip install za-parliament-scrapers

Development
-----------

Clone the repo and setup for local development::

    pip install -e .[dev]

To run tests::

    nosetest --with-doctest && flake8 za_parliament_scrapers

License
-------

`MIT License <LICENSE>`_


