Releases: EncodeGroup/time-window
Releases · EncodeGroup/time-window
0.1.0
Added
- 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.