Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T06:08:29.000Z (almost 9 years ago)
- Last Synced: 2024-12-20T14:52:17.574Z (12 days 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.
[![PyPI](https://img.shields.io/pypi/v/python-auspost-pac.svg)](https://pypi.python.org/pypi/python-auspost-pac/)
[![Build Status](https://travis-ci.org/sjkingo/python-auspost-pac.svg?branch=master)](https://travis-ci.org/sjkingo/python-auspost-pac)
[![Coverage Status](https://coveralls.io/repos/sjkingo/python-auspost-pac/badge.svg?branch=master)](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.