Python wrapper for HSE RUZ API.
Versions under 2.1.0 are depreciated due to HSE RUZ API schema changes.
- Python >= 3.5 or latest PyPy3
pip install -U hse_ruz
import ruz
schedule = ruz.person_lessons("[email protected]")
Module configuration performs throw setting environment variables:
HSE_RUZ_ENABLE_VERBOSE_LOGGING - to enable verbose logging (@log)
HSE_RUZ_API_URL - url to RUZ API, possible values (not all endpoints supported for 2, 3):
CHECK_EMAIL_ONLINE - to enable online email verification (throw API call)
git clone https://github.com/hell03end/hse_ruz.git
cd hse_ruz
pytest -v # check requests schema is valid and etc.