hse_ruz
Python wrapper for HSE RUZ API.
Versions under 2.1.0 are depreciated due to HSE RUZ API schema changes.
Requirements
- Python >= 3.5 or latest PyPy3
Installation
pip install -U hse_ruz
Usage
import ruz
schedule = ruz.person_lessons("mymail@edu.hse.ru")
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)
Contributing
git clone https://github.com/hell03end/hse_ruz.git
cd hse_ruz
pytest -v # check requests schema is valid and etc.