Time ranges with python

Time ranges.
Installation
pip
timeranges is available on pip:
GitHub
You can also install the latest version of the code directly from GitHub:
pip install git+git://github.com/MicaelJarniac/timeranges
Usage
For more examples, see the full documentation.
10:00″
time_range = TimeRange(time(0), time(10))
time_range = TimeRange(time(0), time(10))
# Check if these times are contained in `time_range`
assert