Python scrapers for documents from the South African parliament
za-parliament-scrapers
======================
.. image:: badge.fury.io
:target: badge.fury.io
.. image:: travis-ci.org
:target: travis-ci.org
This is a collection of scrapers for working with data from the
`Parliament of South Africa `_. It includes:
1. Scrapers for handling Questions and Replies documents
Credit
------
Most of the Question and Replies scraping was taken from 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::
nosetests --with-doctest && flake8 za_parliament_scrapers
License
-------
`MIT License `_