spbuTimetableAPI

Python SPbU TimeTable API.


Keywords
spbu, timetable, api, tools, python-api, spbu-timetable, spbu-timetable-api
License
GPL-2.0
Install
pip install spbuTimetableAPI==1.0.3

Documentation

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