Lookup an address using an online provider
Project description
This package allows you to lookup partial addresses using various online services, returning the address in a standardized form.
Supported services
HERE API (API key required)
Soon-to-be-supported services
Google Maps API
Obtaining an API key
HERE API key
Create a HERE developer account here. Create a new project, and obtain a REST token. You can use this token with the Address Lookup library.
Usage
HERE API usage
from address_lookup.clients import AddressLookupHereClient
API_KEY = "YOUR_API_KEY"
here_client = AddressLookupHereClient(API_KEY)
result = here_client.lookup_address("White House, USA")
print(result.asdict())
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
address-lookup-0.0.3.tar.gz
(2.9 MB
view hashes)
Built Distribution
Close
Hashes for address_lookup-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fc42c1069828c34ba6d5860432b64e8b0b78901de3591285aa36ed0a604f10b |
|
MD5 | f84f5f3862e0f0b8de2f4c8a838687d2 |
|
BLAKE2b-256 | fd6f5cddc0400866f059fb020bb4239cd3e92fabd8e5f87dfce74aa88419da2d |