Skip to content

Async client to yandex maps for fetching stops info

License

Notifications You must be signed in to change notification settings

devbis/aioymaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aioymaps is an asynchronous library provides API to fetch json information about transport stops from Yandex Maps

Requirements

aioymaps requires python 3.5 or higher due to async/await syntax and aiohttp library

Installation

Use pip to install the library:

pip install aioymaps

Or install manually.

sudo python ./setup.py install

Usage

from aioymaps import YandexMapsRequester

requester = YandexMapsRequester()
data = await requester.get_stop_info('stop__10067199')
print(data)

Or you can use it in your shell:

python -m aioymaps -s group__219

About

Async client to yandex maps for fetching stops info

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages