Skip to main content

Lookup and address using a variety of providers

Project description

Address Lookup

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

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

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.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

address_lookup-0.0.1-py3-none-any.whl (5.9 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