New functionality.
- Add the
ExpirableObject
class to thehelpers
module. - Add the functions
utctimestamp_tzaware
,utcnow_tzaware
,utcfromtimestamp_tzaware
,floor_seconds
,utc_date_parse
,utc_from_local_date_parse
,utcdatetime_tzaware
to thehelpers
module. - Add dependency to the
python-dateutil
library. - Add the functions
time_window_from_timestamps
andtime_window_to_timestamps
to thetime_window
module. - Add the methods
split_per_week
andsplit_per_month
to theTimeWindow
class.
The initial version of the library.
- Add the functions
make_sequence
andgaps_iterator
in thehelpers
module. - Add the
TimeWindow
andTimeWindowsCollection
classes in thetime_window
module.