Simple Twisted interface to http://geocod.io
Project description
An extremely bland Twisted client for http://geocod.io. It’s really bland because their api is SO EASY TO USE.
Usage
Nothing too fancy here:
import txgeocodio txgecodio.configure('YOURAPIKEYHERE') # Geocode some address and get a list of results d = txgecodio.geocode('123 Main ST, 91702') # d is a deferred with a list of results # Parse an address into parts (no geo lookup is made) d = txgecodio.parse('42370 Bob Hope Dr, Rancho Mirage, CA') # d is a deferred with the results in a dict that look something like: { "address_components": {"number": "42370", "street": "Bob Hope", "suffix": "Dr", "city": "Rancho Mirage", "state": "CA" }, "formatted_address": "42370 Bob Hope Dr, Rancho Mirage, CA" }
History
0.1.3 ()
Geocoding errors in batch mode now return an empty list for that query
^^^ This will surely change in the future.
0.1.2 ()
Fixed missing batch method in __init__.py
0.1.1 ()
Added batch mode
0.1.0 ()
First release on PyPI.
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
txgeocodio-0.1.3.tar.gz
(6.5 kB
view details)
File details
Details for the file txgeocodio-0.1.3.tar.gz
.
File metadata
- Download URL: txgeocodio-0.1.3.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6942c58058a2e745ef41f8c30bc79b1892dd719dabd2f32cf08cb997d7c42ae |
|
MD5 | 4ce71030b9a9cc486ab9d613ea2b3801 |
|
BLAKE2b-256 | 690af625903f544d1a35447037dd71b907f5406230e0b3f10c71ac3014778e13 |