Python implementation for the SPbU TimeTable API
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