Installation:
    sudo pip install daytime

Description:

This module extends the datetime.time-module and makes it more handy
respectivly to comparison, addition and substraction.
You can compare, add and substract a daytime with another daytime, a
datetime.time-object or an int or float as total amount of seconds.
Making sums is also possible with a datetime.timedelta.
