OpenAustralia API – Python Client

Contents:

Overview

https://drone.io/bitbucket.org/otherchirps/openaustralia-api-py/status.png

This is a python wrapper for the OpenAustralia API.

NOTE: This isn’t officially affiliated with the OpenAustralia project. It’s just something I’m playing around with. Suggestions / contributions towards making this more useful are welcome.

Documentation

You can find the package documentation here.

Installation

From source

python setup.py install

pip

pip install openaustralia

Usage

from openaustralia import OpenAustralia

oa = OpenAustralia("YOUR KEY")
search = oa.get_hansard("barnacles")
search['rows'].pop(0)

Source code

You can get the code here:

https://bitbucket.org/otherchirps/openaustralia-api-py

Testing

tox is being used to run the tests across python 2.7 & 3.x.

To bootstrap your test environment, the easiest way is you use the pip requirements file:

pip install -r requirements.txt

Then you can simply run:

tox

Indices and tables