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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aus-local-councils-1.1.tar.gz
.
File metadata
- Download URL: aus-local-councils-1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db0eee9db828122b06902d4429c29148eca0e5ababbf87b50bac6cf8a8417157 |
|
MD5 | ebb46415166f63479ca3d58eda7df233 |
|
BLAKE2b-256 | c1cb9cb2955c9beb8f16402d62f355a1b19a3e4bd172e07dc69674520688b235 |
File details
Details for the file aus_local_councils-1.1-py3-none-any.whl
.
File metadata
- Download URL: aus_local_councils-1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a786e4130e865581a58649c220f83cc2e8f037b3a30f69258e3b17fc5225cd |
|
MD5 | 496352af7f2a845bb77a740808ca6a90 |
|
BLAKE2b-256 | 3ead003918ccfc2a345b7d4b1d27c4919096d289665e29cd51e544273f12ed00 |