Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.36 KB

File metadata and controls

31 lines (19 loc) · 1.36 KB

python-auspost-pac

Python API for Australia Post's Postage Assessment Calculator (pac). This includes support for looking up and validating postcodes and localities.

It requires an API key to be created at the Australia Post website.

Full documentation is available on Read the Docs.

PyPI Build Status Coverage Status

Installation

Simply install from PyPi (inside a virtualenv):

$ pip install python-auspost-pac

More detailed installation options are documented here.

Running tests

Our documentation has a section on running the test suite

API documentation

Full API documentation is available on Read the Docs.