Python Weather SDK Update - Version 2.2.2

We have pushed a major update to the official Weatherbit - Python SDK. The new version better aligns with the current state of the API. If you are using this SDK please update your code to use this new version.

Python Weather SDK Update -  Version 2.2.2

Weatherbit SDK - Public Repository

Our python weather SDK is available right now via pip. To install it 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 our weather api service into your application.