# ambee_sdk
[![License](https://shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Downloads](https://static.pepy.tech/badge/ambee-sdk)](https://pepy.tech/project/ambee-sdk)
[![Documentation Status](https://readthedocs.org/projects/ambee-sdk/badge/?version=latest)](https://ambee-sdk.readthedocs.io/en/latest/?badge=latest)
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](https://docs.ambeedata.com/DeveloperTools/)
Readthedocs - [Welcome to ambee-sdk’s documentation! — ambee-sdk 0.1.0a documentation](https://ambee-sdk.readthedocs.io/en/latest/index.html)
## Getting Started
```py
import ambee_sdk as ambee
import datetime
```
```python
x_api_key = "Your Key Here"
```
```python
aq = ambee.air_quality(x_api_key=x_api_key)
aq.get_latest(by='latlng', lat=12, lng=77)
```
Raw data
{
"_id": null,
"home_page": "",
"name": "ambee-sdk",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "ambee climate environment pollen air-quality weather api sdk",
"author": "Ambee",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/16/23/92f079742d15d3dadbb747bb3c13b89e9c213e4eb8b25b002ecac3b6b5a4/ambee_sdk-0.1.0.tar.gz",
"platform": null,
"description": "# ambee_sdk\n\n[![License](https://shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Downloads](https://static.pepy.tech/badge/ambee-sdk)](https://pepy.tech/project/ambee-sdk)\n[![Documentation Status](https://readthedocs.org/projects/ambee-sdk/badge/?version=latest)](https://ambee-sdk.readthedocs.io/en/latest/?badge=latest)\n\nAmbee 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.\n\nRead our API documentation: [Ambee: Developers tool](https://docs.ambeedata.com/DeveloperTools/)\n\nReadthedocs - [Welcome to ambee-sdk\u2019s documentation! — ambee-sdk 0.1.0a documentation](https://ambee-sdk.readthedocs.io/en/latest/index.html)\n\n## Getting Started\n\n```py\nimport ambee_sdk as ambee\nimport datetime\n```\n\n```python\nx_api_key = \"Your Key Here\"\n```\n\n```python\naq = ambee.air_quality(x_api_key=x_api_key)\naq.get_latest(by='latlng', lat=12, lng=77)\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python SDK for Ambee's APIs",
"version": "0.1.0",
"split_keywords": [
"ambee",
"climate",
"environment",
"pollen",
"air-quality",
"weather",
"api",
"sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "076e39717c277e11be0281a4156f05f94868e7d49aba022de49e3e8ec5e82cd1",
"md5": "ca2675e33ff9226abf74ed73d9c41b6d",
"sha256": "f89059b716d15f09cd2d090f7b6549af207ed2d3e93d09838087792010664d42"
},
"downloads": -1,
"filename": "ambee_sdk-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ca2675e33ff9226abf74ed73d9c41b6d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5961,
"upload_time": "2023-04-25T22:00:46",
"upload_time_iso_8601": "2023-04-25T22:00:46.715533Z",
"url": "https://files.pythonhosted.org/packages/07/6e/39717c277e11be0281a4156f05f94868e7d49aba022de49e3e8ec5e82cd1/ambee_sdk-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "162392f079742d15d3dadbb747bb3c13b89e9c213e4eb8b25b002ecac3b6b5a4",
"md5": "17b0996a861e793a3db506ec8d768829",
"sha256": "4a716966aae9bfff0e33309eb8035c3e5127666ae2917cc270d9010404474a24"
},
"downloads": -1,
"filename": "ambee_sdk-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "17b0996a861e793a3db506ec8d768829",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6499,
"upload_time": "2023-04-25T22:00:49",
"upload_time_iso_8601": "2023-04-25T22:00:49.083688Z",
"url": "https://files.pythonhosted.org/packages/16/23/92f079742d15d3dadbb747bb3c13b89e9c213e4eb8b25b002ecac3b6b5a4/ambee_sdk-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-25 22:00:49",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "ambee-sdk"
}