Skip to main content

Wrapper for Gismeteo.ru API

Project description

pygismeteo

Build Status codecov Python Version License: MIT

Обёртка для Gismeteo.ru API.

Асинхронная версия здесь.

Установка

python -m pip install -U pygismeteo

Документация

Релизная версия - https://pygismeteo.readthedocs.io

Git версия - https://pygismeteo.readthedocs.io/ru/latest

Пример, выводящий температуру в Москве сейчас

from pygismeteo import Gismeteo

gm = Gismeteo()
city_id = gm.get_id_by_query("Москва")
current = gm.current(city_id)
print(current.temperature.air.c)

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

pygismeteo-4.0.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

pygismeteo-4.0.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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