Python client to connect to Postcodes.io API
Project description
Postcodes.io Python Client - alpha
Python client to connect to Postcodes.io API
Free software: MIT license
Documentation: https://postcodes-io.readthedocs.io.
Features
Supports python 3.x (not yet python 2.x, sorry!)
Response in Python native list and dict types
Supports free http://postcodes.io/postcodes REST service and self-hosted service (See documentation for installation details)
Quick Start
Install python package:
$ pip install postcodes_io
$ python
from postcodes_io import Postcodes
pio = Postcodes()
postcode = pio.get('SW1A 1AA')
Self-hosted Service using Docker
Pull docker image:
docker pull randomvariable/docker-postcodes.io
Run docker container as a daemon:
docker run -p 8000:8000 -d randomvariable/docker-postcodes.io
Execute API using hosts
from postcodes_io import Postcodes
postcode = Postcodes('http://localhost:8000').get('SW1A 1AA')
TODOs
Add more endpoints
Documentation
Proper isolated unit tests
History
0.1.0 (2016-07-08)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file postcodes_io-0.1.0.tar.gz.
File metadata
- Download URL: postcodes_io-0.1.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f0679330a54021633aa351570598383a837da1a29fc28d36402b4192fca33ad
|
|
| MD5 |
065233f30fd701d0b4db88910eff02c9
|
|
| BLAKE2b-256 |
96aea6cda0f387322c1d076b2757e3c11c2091cdba7b2a4287ed1b37c898c91b
|