Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

hell03end/hse_ruz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hse_ruz

image

image

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:

Contributing

git clone https://github.com/hell03end/hse_ruz.git
cd hse_ruz
pytest -v  # check requests schema is valid and etc.