This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
Changes
v2.1.1:
- update response schema
- use only debug level in logging
- rearrange and simplify code:
ruz.main
->ruz.api
- move non-api methods to utils
- reduce imports in
__init__
- add
ENABLE_LOGGING
env var - simplify logging
- remove
USE_NONE_SAFE_VALUES
env var
v2.1.2:
- env var
HSE_RUZ_ENABLE_LOGGING
->HSE_RUZ_ENABLE_VERBOSE_LOGGING
- add
ruz.utils.split_schedule_by_days
- add
date
optional param toruz.utils.get_formated_date
to be able to set specific date - remove
ruz.logging
: move@log
toruz.utils