{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/8"}],"enrichment":{"capability":"Async Python wrapper for fetching current conditions, daily forecasts, and hourly forecasts from the AccuWeather API using aiohttp.","skillfed_tags":["async-http","weather-api","aiohttp-client"],"use_cases":["Fetch current weather conditions for a location in an async web service or bot","Build a weather dashboard that updates daily and hourly forecasts without blocking","Integrate AccuWeather data into a home automation or IoT monitoring system","Query weather for multiple locations concurrently in a data pipeline","Provide localized weather information in a multi-language application"],"what_it_does":"accuweather is an async Python client for the AccuWeather weather API. It wraps aiohttp to provide a non-blocking interface for fetching current weather conditions, daily forecasts, and hourly forecasts for specified coordinates. The package handles API authentication, location lookup, and response parsing, and raises specific exceptions (InvalidApiKeyError, InvalidCoordinatesError, RequestsExceededError) to help you handle common failure modes.\n\nThe library is built for modern Python (3.13+) with type hints and is designed to integrate into async applications. It depends on aiohttp for HTTP transport, orjson for fast JSON parsing, and yarl for URL handling. You provide an API key, coordinates, and an aiohttp ClientSession, then call async methods to retrieve weather data.","worth_installing":"Yes, if you need AccuWeather data in an async Python application and can meet the Python 3.13+ requirement. Low install friction, active maintenance, no known vulnerabilities, and permissive licensing make it a straightforward choice. The main constraint is the hard Python version floor and the requirement for an AccuWeather API key."},"id":"accuweather","links":{"html":"https://skillfed.io/packages/accuweather","md":"https://skillfed.io/packages/accuweather.md","pypi":"https://pypi.org/project/accuweather/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-25","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"accuweather","python_support":"supports_current","summary":"Python wrapper for getting weather data from AccuWeather API."},"popularity":{"monthly_downloads":75553,"position":14702,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.1.0"}
