Skip to main content

Lookup an address using an online provider

Project description

Documentation Status Documentation Status

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.4.tar.gz (2.9 MB view hashes)

Uploaded Source

Built Distribution

address_lookup-0.0.4-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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