Asynchronous api wrapper for www.weatherapi.com!
Project description
Asynchronous api wrapper for www.weatherapi.com!
Usage
Quick Start
Supplemented...
Example
import asyncio
from weather_api import WeatherAPI
async def main():
w_api = WeatherAPI("api-key")
weather = await w_api.current(city="Yoshkar-Ola")
print(weather.current.temp_c)
asyncio.run(main())
- Library docs
- API docs
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
PyAsyncWeatherAPI-1.0.0.tar.gz
(16.8 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 PyAsyncWeatherAPI-1.0.0.tar.gz.
File metadata
- Download URL: PyAsyncWeatherAPI-1.0.0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d10a646940ea5b99e07e43208076412b0b41328c9e330d862c582ff9c7b64315
|
|
| MD5 |
12b45c93041ff97566af2866b20f712d
|
|
| BLAKE2b-256 |
a615be360e7e03dcd673e6b7cb4d88c61ce7cd88f5b7d40bca0af64182aaaa3e
|
File details
Details for the file PyAsyncWeatherAPI-1.0.0-py3-none-any.whl.
File metadata
- Download URL: PyAsyncWeatherAPI-1.0.0-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b92ff2eecf7f36049c2b2ef09ab54ab58e9cba946232951a8fb4c6f7ea03bf6
|
|
| MD5 |
d83403cc486cb89c40dcf88f254e14e6
|
|
| BLAKE2b-256 |
2943a05ab7397b778de00d20d528f08357f07261b801fdc00b538b9eed7a72c5
|