An open API service indexing awesome lists of open source software.

https://github.com/hellerbarde/weather

Finally a python module to make it less hot here.
https://github.com/hellerbarde/weather

Last synced: 2 months ago
JSON representation

Finally a python module to make it less hot here.

Awesome Lists containing this project

README

          

Weather
=======

Description
-----------

Finally, a python library to control the weather. We've taken great care in
making sure it's easy to use. Just import whatever type of Weather you want
and then you can activate it with one command. And of course it's all
object oriented!

Usage
-----

It's really simple to use Weather. Here, let me show you how:

>>> from weather import Cool
>>> Cool().activate()
It's now 19.0 degrees Celsius.

And if you want to keep the weather object around, you can do that too, of
course!

>>> from weather import Moderate
>>> localweather = Moderate()
>>> localweather.activate()
It's now 25.0 degrees Celsius.

Copyright
---------

I'm releasing this under the WTFPL 2.0 (http://www.wtfpl.net/)

Motivation
----------

It's annoyingly hot here right now and I may or may not be delusional from
the heat.