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