Skip to content

UNOFFICIAL Client for the REST API of Yandex Transport

License

Notifications You must be signed in to change notification settings

rishatik92/ya_ma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UNOFFICIAL Client for the REST API of Yandex Transport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages