/hse_ruz

Python wrapper for HSE RUZ API

Primary LanguagePythonMIT LicenseMIT

hse_ruz

https://travis-ci.org/hell03end/hse_ruz.svg?branch=master

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.