Skip to main content

Python SDK for Ambee's APIs

Project description

ambee_sdk

License Code style: black Downloads Documentation Status

Ambee SDK for python provides classes and methods to make use of ambee's APIs inside your python code. You can make calls to our apis, get output in dataframe format, make calls to multiple locations and more.

Read our API documentation: Ambee: Developers tool

Readthedocs - Welcome to ambee-sdk’s documentation! — ambee-sdk 0.1.0a documentation

Getting Started

import ambee_sdk as ambee
import datetime
x_api_key = "Your Key Here"
aq = ambee.air_quality(x_api_key=x_api_key)
aq.get_latest(by='latlng', lat=12, lng=77)

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

ambee_sdk-0.1.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

ambee_sdk-0.1.0-py3-none-any.whl (6.0 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