yandex.rasp

A Python wrapper for Yandex.Schedules API


Keywords
yandex, rasp, rest
License
MIT
Install
pip install yandex.rasp==0.0.2

Documentation

Yandex-Rasp-Api

A Python wrapper for the Yandex.Schedules API.

What is Yandex.Schedules?

As per the documentation page, 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:

pip install yandex.rasp

Usage

Coming soon...