Metadata-Version: 2.1
Name: yandex.rasp
Version: 0.0.2
Summary: A Python wrapper for Yandex.Schedules API
Home-page: https://github.com/mekicha/yandex-rasp-api
Author: Emeka Icha
Author-email: emeka.icha@gmail.com
License: UNKNOWN
Keywords: yandex yandex.rasp rest
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

Yandex-Rasp-Api
=======================

A Python wrapper for the [Yandex.Schedules](https://tech.yandex.ru/rasp/raspapi/) API.


What is Yandex.Schedules?
=========================
As per the [documentation page](https://tech.yandex.ru/rasp/raspapi/), the API enables one to access data about different types of transport systems on the service.

Namely:
* Flight/transit schedule between selected stations;
* The schedule of flights/transits departing from the specified station;
* Route with the indication of travel time and all stops;
* Contact information of carriers;
* List of stations closest to the specified point.


Installation
======================
Use `pip`:

```bash
pip install yandex.rasp
```

Usage
=======================
Coming soon...

