https://github.com/devbis/aioymaps
Async client to yandex maps for fetching stops info
https://github.com/devbis/aioymaps
asyncio transport yandex-maps
Last synced: 6 months ago
JSON representation
Async client to yandex maps for fetching stops info
- Host: GitHub
- URL: https://github.com/devbis/aioymaps
- Owner: devbis
- License: mit
- Created: 2020-07-07T18:40:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T08:06:39.000Z (over 1 year ago)
- Last Synced: 2024-12-11T23:32:38.409Z (about 1 year ago)
- Topics: asyncio, transport, yandex-maps
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
``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