Wrapper for Gismeteo API
Project description
pygismeteo
Обёртка для Gismeteo API.
Асинхронная версия здесь.
Установка
python -m pip install -U pygismeteo
Документация
Пример, выводящий температуру в Москве сейчас
from pygismeteo import Gismeteo
gismeteo = Gismeteo()
search_results = gismeteo.search.by_query("Москва")
city_id = search_results[0].id
current = gismeteo.current.by_id(city_id)
print(current.temperature.air.c)
License / Лицензия
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygismeteo-5.0.6.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygismeteo-5.0.6.tar.gz.
File metadata
- Download URL: pygismeteo-5.0.6.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/6.1.8-zen1-1-zen
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91e449ed75762fc41c1716f5ba3bb5bb8db66ef628d0d72121e9dc0db271fc14
|
|
| MD5 |
bdc522769a75b43bcfd6e44ef4a1b02a
|
|
| BLAKE2b-256 |
aa013441f0e2bb7ab6f3dc7502ab646b0c797cd6369a26fdc79551e0fe395c74
|
File details
Details for the file pygismeteo-5.0.6-py3-none-any.whl.
File metadata
- Download URL: pygismeteo-5.0.6-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/6.1.8-zen1-1-zen
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
649e8f8c16132932c7e00d27cff9cb863f18778676f8c4b982bdbe333e4dd895
|
|
| MD5 |
3b1330850126c2f3f08fb28f41026dca
|
|
| BLAKE2b-256 |
8ff830e1ba4f4e76a57a8bfdd6d815d603279aca281c319df7c624159fee39fb
|