Asynchronous wrapper for wttr.in weather API
Project description
aiopywttr
Asynchronous wrapper for wttr.in weather API.
Synchronous version here.
Installation
pip install -U aiopywttr pywttr-models
Documentation
https://aiopywttr.readthedocs.io
Simple example
async with aiopywttr.Wttr() as wttr:
weather = await wttr.weather("Paris", language=aiopywttr.Language.EN)
print(weather.weather[0].avgtemp_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
aiopywttr-3.0.2.tar.gz
(6.7 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 aiopywttr-3.0.2.tar.gz.
File metadata
- Download URL: aiopywttr-3.0.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba032f305a1afa1c9959ba7cfb90062d2a6188a4722135a64664ab2b1e86a067
|
|
| MD5 |
6533d238f4fbdff231603ad4da4da286
|
|
| BLAKE2b-256 |
7de09c60d1697bbe595fbf1286306104189f2c44165fd25dbe532bee4b50f903
|
File details
Details for the file aiopywttr-3.0.2-py3-none-any.whl.
File metadata
- Download URL: aiopywttr-3.0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903d7d3441e85e79b8c0035658e4be791d662f66b74b857310a7cf0e0b57f393
|
|
| MD5 |
b501a1c019b2028d0b7e1c6b822be337
|
|
| BLAKE2b-256 |
30a1b60c6454f91a90d1be05b4124f73104daed6a3bccd372761f1e6e09f5153
|