Python Weather API SDK Update version 2.1.1
We have pushed a major update to the official Weatherbit - Python SDK. The new version better aligns with the current state of the [API](https://www.weatherbit.io/api). If you are using this SDK please update your code to use this new version.

Weatherbit SDK - Public Repository
Our python weather API is available right now via pip. To install our Python Weather API SDK all you have to do is:
pip install python-weatherbit
It's that easy! To use it just add the following to your python application or script:
from weatherbit.api import Api
Please, refer to the documentation for complete instructions on how to best integrate the python weather api into your application.