https://github.com/sjkingo/python-auspost-pac
Python API for Australia Post's Postage Assessment Calculator (pac)
https://github.com/sjkingo/python-auspost-pac
australia-post postage-assessment-calculator python python-3 python-3-4
Last synced: 4 months ago
JSON representation
Python API for Australia Post's Postage Assessment Calculator (pac)
- Host: GitHub
- URL: https://github.com/sjkingo/python-auspost-pac
- Owner: sjkingo
- License: bsd-2-clause
- Created: 2015-01-16T21:04:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T06:08:29.000Z (almost 10 years ago)
- Last Synced: 2025-01-22T19:48:32.618Z (12 months ago)
- Topics: australia-post, postage-assessment-calculator, python, python-3, python-3-4
- Language: Python
- Size: 22.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# python-auspost-pac
Python API for Australia Post's [Postage Assessment
Calculator](https://developers.auspost.com.au/apis/pac/getting-started) (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](https://developers.auspost.com.au/apis/pacpcs-registration).
[Full documentation](http://python-auspost-pac.readthedocs.org/en/latest/) is available on Read the Docs.
[](https://pypi.python.org/pypi/python-auspost-pac/)
[](https://travis-ci.org/sjkingo/python-auspost-pac)
[](https://coveralls.io/r/sjkingo/python-auspost-pac?branch=master)
## Installation
Simply install from PyPi (inside a virtualenv):
```
$ pip install python-auspost-pac
```
More detailed installation options are documented [here](http://python-auspost-pac.readthedocs.org/en/latest/installation/).
## Running tests
Our documentation has a section on [running the test suite](http://python-auspost-pac.readthedocs.org/en/latest/testing/)
## API documentation
[Full API documentation](http://python-auspost-pac.readthedocs.org/en/latest/api/) is available on Read the Docs.