The AerisWeather Python SDK allows a developer to quickly and easily add weather content and functionality to their Python applications.
It utilizes the Aeris API backend for data loading and is built on top of an object mapping system that efficiently loads requested weather content into third-party Python applications, greatly reducing the amount of code and development needed on the developer end.
Requirements
The AerisWeather Python SDK is built using Python v3.6.
You also need:
- An active AerisWeather API account (don't have one? sign up here)
- Python v3.6 or Higher
- aenum v2.1.0 or Higher
- requests lib
Note: To use the included Jupyter Notebook, you will also need to install the Jupyter kernel
How to get it
- Download or link to the aerisweather package via The Python Package Index at pypi.org/project/aerisweather
- Get the code at the AerisWeather Python SDK project on GitHub
- Visit the SDK's home at https://www.aerisweather.com/support/docs/toolkits/aeris-python-sdk/.
Docs