Skip to main content

YANDEX transport API client library

Project description

ya_ma is unofficial client library for the YANDEX MAPS API This client can request data for bus stops and present it on python dictionary

Installation

Just use pip (You have pip, right?) to install ya_ma and its dependencies:

pip install ya_ma

Example

>>> from ya_ma import YandexMapsRequester
    >>> client = YandexMapsRequester()
    >>> print(client.get_stop_info(9639579))
>>> client = YandexMapsRequester()
>>> print(client.get_stop_info(9639579))

Or you can use it in your shell:

python -m ya_ma -s 9966346

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ya_ma-0.3.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page