hse-ruz 2.1.2

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

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("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):


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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.