Metadata-Version: 2.4
Name: sc-weather
Version: 3.0.1
Summary: A simple wrapper for the OpenWeatherMap and Open-Meteo weather providers
Project-URL: Homepage, https://github.com/NickElseySpelloC
Project-URL: Repository, https://github.com/NickElseySpelloC/sc-weather
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pyowm>=3.5.0
Requires-Dist: sc-foundation-services>=3.0.3
Provides-Extra: dev
Requires-Dist: pytest>=8.3.5; extra == "dev"
Requires-Dist: pytest-mock>=3.15.1; extra == "dev"
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
Requires-Dist: pytest-dotenv>=0.5.2; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs<2.0.0,>=1.6.1; extra == "docs"
Requires-Dist: mkdocs-include-markdown-plugin>=6.2.2; extra == "docs"
Requires-Dist: mkdocs-material>=9.6.14; extra == "docs"
Requires-Dist: mkdocstrings>=0.26.1; extra == "docs"
Requires-Dist: mkdocstrings-python>=1.11.1; extra == "docs"
Requires-Dist: pdoc>=14.7.0; extra == "docs"
Provides-Extra: all
Requires-Dist: sc-weather[dev,docs]; extra == "all"

# Spello Consulting Weather Client Library

A simple wrapper for the OpenWeatherMap and Open-Meteo weather providers

Please see the [GitHub pages](https://nickelseyspelloc.github.io/sc-weather/) for complete documentation.

## Development Environment

Note: If making changes to the sc-weather library, use this command to sync in all the library dependencies including unit test and documentation tools:

```bash
uv sync --extra all
source .venv/bin/activate
```
