Skip to main content

Async client for Yandex Maps

Project description

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(10067199)
print(data)

Or you can use it in your shell:

python -m aioymaps -s 10067199

Project details


Download files

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

Source Distribution

aioymaps-1.0.1.tar.gz (4.8 kB view hashes)

Uploaded source

Built Distribution

aioymaps-1.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded py3

Supported by

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