python-auspost and paydirt libraries released

Nov. 25, 2011 @ 8 p.m.

Following from the release of python-syra a few weeks ago, we've today released a couple of new libraries that were built for a client and might be of use to others in the community.

paydirt

This library provides access to the Ctel "Payments Direct" SOAP web service, hiding away the implementation details and presenting you with a simple wrapper to get going quickly.

You will of course need to have the necessary accounts in place to use this service - it is not a public API - but if you are trying to integrate Payments Direct in your Python application, you may find this useful.

View on bitbucket

python-auspost

This library provides simple access to the Australia Post API for calculating postage and performing postcode lookups.

View on bitbucket