Skip to content

EeOneDown/spbuTimetableAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spbuTimeTableAPI

Python implementation for the SPbU TimeTable API

Download Month Build Status CodeFactor

Getting started.

This API is tested with Python 3.7. There are two ways to install the library:

  • Installation using pip (a Python package manager)*:
$ pip install spbuTimeTableAPI
  • Installation from source (requires git):
$ git clone https://github.com/EeOneDown/spbuTimeTableAPI.git
$ cd spbuTimeTableAPI
$ python setup.py install

It is generally recommended to use the first option.

*While the API is production-ready, it is still under development and it has regular updates, do not forget to update it regularly by calling pip install spbutimtableapi --upgrade