Skip to main content

Async weather API wrapper for fetching weather and forecast data

Project description

Async Weather SDK

PyPI version GitHub Workflow Status for tests Codacy Badge

Async weather API wrapper for fetching weather and forecast data

Core Dependencies

Asyncio: a library to write concurrent code using the async/await syntax.

Aiohttp: an asynchronous HTTP Client/Server for asyncio and Python.

Install

pip install async-weather-sdk

OR

poetry add async-weather-sdk

Usage

QQ Weather API SDK

Get current weather/forecast data by province and city.

from async_weather_sdk.qq import QQWeather

weather = QQWeather()

await weather.fetch_current_weather('北京市', '北京市')
await weather.fetch_weather_forecast('北京市', '北京市', 3)

Query current weather/forecast data with tencent map api key.

from async_weather_sdk.qq import query_current_weather, query_weather_forecast

await query_current_weather('API_KEY', '北京市')
await query_weather_forecast('API_KEY', '39.90469,116.40717')

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

async-weather-sdk-0.1.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

async_weather_sdk-0.1.1-py3-none-any.whl (6.1 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