GuFFy12 / UUST-Schedule

📅 Враппер для Расписания УУНИТ!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ufa University of Science and Technology Schedule

Main workflow codecov Poetry MyPy Ruff

📅 Враппер для Расписания УУНИТ!

Установка

pip install git+https://github.com/GuFFy12/UUST-Schedule.git@$(curl -s "https://api.github.com/repos/GuFFy12/UUST-Schedule/releases/latest" | grep -o '"tag_name": "\([^"]*\)"' | cut -d'"' -f4)

Пример

from uust_schedule import Schedule, ParticipantType, SemesterType

print(list(Schedule(ParticipantType.GROUP, 2575, 2023).get_events(SemesterType.AUTUMN)))

About

📅 Враппер для Расписания УУНИТ!

License:MIT License


Languages

Language:Python 100.0%