Metadata-Version: 1.1
Name: spbuTimetableAPI
Version: 1.0.0
Summary: Python SPbU TimeTable API.
Home-page: https://github.com/EeOneDown/spbuTimetableAPI
Author: EeOneDown
Author-email: st049378@student.spbu.ru
License: GPL2
Download-URL: https://github.com/EeOneDown/spbuTimetableAPI.git
Description-Content-Type: UNKNOWN
Description: # spbuTimeTableAPI
        Python implementation for the [SPbU TimeTable API](https://timetable.spbu.ru/help/ui/index)
        
        [![Download Month](https://img.shields.io/pypi/v/spbuTimetableAPI.svg)](https://pypi.python.org/pypi/spbuTimetableAPI)
        [![Build Status](https://travis-ci.org/EeOneDown/spbuTimetableAPI.svg?branch=master)](https://travis-ci.org/EeOneDown/spbuTimetableAPI)
        
        * [Getting started.](#getting-started)
        
        ## Getting started.
        
        This API is tested with Python 2.6, Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Pypy and Pypy 3.
        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`*
Keywords: spbu timetable api tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
