Posted on Sat, 02 Jul 2022 by colinc
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.
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.
Replies
There are no replies yet.