Last updated:
0 purchases
hseruz 2.1.2
Python wrapper for HSE RUZ API.
Versions under 2.1.0 are depreciated due to HSE RUZ API schema changes.
What’s new?
Requirements
Python >= 3.5 or latest PyPy3
Installation
pip install -U hse_ruz
Usage
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):
http://92.242.58.221/ruzservice.svc - default
http://92.242.58.221/ruzservice.svc/v2
https://www.hse.ru/api
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.