Skip to main content

La Poste SDK

Project description

https://travis-ci.org/geelweb/laposte-python-sdk.svg?branch=master https://coveralls.io/repos/github/geelweb/laposte-python-sdk/badge.svg?branch=master https://img.shields.io/badge/python-2.7%2C%20~3.3-blue.svg

LaPosteSDK is a Python client library to work with La Poste API

Installation

pip install lapostesdk

Requirements

  • requests

Dev requirements

  • responses

Configuration

from lapostesdk.laposteapi import LaPosteApi
api = LaPosteApi(api_key='YourApiKey')

Test suite

python -m unittest test

Apis

ControlAdresse

The ControlAdresse Api

Address look up

response = api.controladresse.search('116 avenue du Président Kennedy 75220 Paris Cedex 16')

Address details

adresse = api.controladresse.get(‘adresses/12280852’) print adresse.codePostal

Suivi

The Suivi Api

suivi = api.suivi.get('1111111111111')
print suivi.status

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lapostesdk-0.1.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page