Skip to main content

GCP API Wrapper

Project description

gcp

Various wrappers over Google Cloud Platform API

Installation

pip install gcp-alpa

geocoding

from gcp.geocoding import GCPGeocoding

geocoding = GCPGeocoding(api_key='<API_KEY>')

result = geocoding.reverse(78.2232, 15.6267)

print(result.country)
print(result.locality)
print(result.neighborhood)

Output

Svalbard and Jan Mayen
Longyearbyen
None

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

gcp-alpa-0.0.9.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distributions

gcp_alpa-0.0.9-py3.8.egg (7.7 kB view hashes)

Uploaded Source

gcp_alpa-0.0.9-py3-none-any.whl (4.8 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