This is a collection of scrapers for working with data from the Parliament of South Africa. It includes:
- Scrapers for handling Questions and Replies documents
Most of the Question and Replies scraping was taken from https://github.com/mysociety/za-hansard.
Install using:
pip install za-parliament-scrapers
Clone the repo and setup for local development:
pip install -e .[dev]
To run tests:
nosetests --with-doctest && flake8 za_parliament_scrapers