Skip to main content

Get current parliament bills from Australian governments.

Project description

Aus Bills

This is a package is for obtaining parliament bills for Australian governments.

Install via pip

pip install ausbills

Current governments that are supported:

  • Australian Federal Government

Australian Federal Government

This module had methods for scraping the Australian Federal Parliament website, using beautiful soup.

The bills are scraped to get data from both the house and the senate:

from ausbills.federal_parliment import all_bills, Bill
print(all_bills)
bill_five = all_bills.data[5]

all_bills.data is a list of all current bills and some basic data in the form of a dict. The rest of the data may be obtained via the Bill() object.

bill = Bill(bill_five)
print(bill.summary)
print(bill.sponsor)
print(bill.bill_text_links)
print(bill.explanatory_memoranda_links)

or you can use the url string to create an instance of Bill():

bill = Bill(bill_five["url"])

or the id

bill = Bill(bill_five["id"])

You may also change the date format:

bill = Bill(bill_five["id"],"DD/MM/YYYY")

and you can get the data dump as a dict:

bill.data

Contributing

We use BeautifulSoup to scrape the bills from the Bills websites. so make sure you become familiar with the docs here.

Fork the repo and install requirements

pip3 install -r requirements.txt

Each state should their own bills and corresponding website. Add a python file for a new state in the /ausbills dir. the python file should have the naming convention: wa_parliment.py for Western Australia for example. Make sure we all agree on method/object/output conventions (use federal_bills as a guide). Once you are happy, update the README on method usage and make a Pull Request.


Upgrade package

Change VERSION in setup.py, then:

git tag -a 0.1.0 -m "update version 0.1.0"
git push origin 0.1.0

Todo

  • Write better usage docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ausbills-0.2.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

ausbills-0.2.1-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file ausbills-0.2.1.tar.gz.

File metadata

  • Download URL: ausbills-0.2.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.6.11

File hashes

Hashes for ausbills-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2938c028bbded0ccc929169e646211678b78c9ef3e4f44adf870b37e01d9c7d3
MD5 a3274ae199e9141c9920badb06f63c3c
BLAKE2b-256 ed454ac93b96092d9465f6cd41ef088a2413e5c779dd09a1a5edef1b5014df4d

See more details on using hashes here.

File details

Details for the file ausbills-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: ausbills-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.6.11

File hashes

Hashes for ausbills-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7a5a28487a3855f583244398a64b87398392c5179cc32596b0eb4fe1d2e1f42b
MD5 fde8e5e1a9e42eb583cda49ebf46c732
BLAKE2b-256 6b9ef692c4a28fc5f995d5d918c8a0a9846cf9a6fdc6377f0a0f1fb860f7eaa8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page