Releases: EncodeGroup/time-window
Releases · EncodeGroup/time-window
0.1.0
Added
- Add the
ExpirableObjectclass to thehelpersmodule. - Add the functions
utctimestamp_tzaware,utcnow_tzaware,utcfromtimestamp_tzaware,floor_seconds,utc_date_parse,utc_from_local_date_parse,utcdatetime_tzawareto thehelpersmodule. - Add dependency to the
python-dateutillibrary. - Add the functions
time_window_from_timestampsandtime_window_to_timestampsto thetime_windowmodule. - Add the methods
split_per_weekandsplit_per_monthto theTimeWindowclass.