Python Weather API (SDK) for the Weatherbit API!

We are happy to announce that we have released the Python Weather API (SDK) for the Weatherbit API! Fork us on github! [Check out the Python Weather API here!](https://github.com/weatherbit/weatherbit-python)

We are happy to announce the release of our Python Weather API (SDK) for the Weatherbit API! With it you can easily integrate our Weather API with your python application. The Python Weather API is fully open source. All code contributions are welcomed!

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.