Skip to main content

Get list of local councils for Australian states/territories.

Project description

aus-local-councils

This Python packagage returns lists of all local councils in Australia, sorted by state/territory.

A list of all Australian local councils can be found in aus_councils.json

Setup

Install required packages with pip3:

pip3 install -r requirements.txt

Usage

You can get the list of councils for a jurisdiction like this (South Australia is used here for example purposes):

import json
import aus_local_councils.sa

council_list = aus_local_councils.sa.councils

print(json.dumps(council_list, indent=2))

This would print out a formatted list of all the local councils in South Australia.

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

aus-local-councils-1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

aus_local_councils-1.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

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