Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 7 hours ago
JSON representation

Python API for Australia Post's Postage Assessment Calculator (pac)

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.