New Python binding: pySensors

I recently started using lm_sensors, and I thought it would be interesting to write a simple graphical program to show the current temperatures, fan speeds and whatnot. I couldn't find a Python binding for their C API, so I wrote one: https://bitbucket.org/bastienleonard/pysensors.

The examples directory contains a very simple graphical program that uses GTK 3 (you will need PyGObject). I still need to add some stuff, mainly make it work on Python 3 and complete the documentation.