Metadata-Version: 2.4
Name: sc-smart-device
Version: 3.0.2
Summary: Provides a simple, consistent access to Shelly and Tasmota smart switches and energy meters.
Project-URL: Homepage, https://github.com/NickElseySpelloC
Project-URL: Repository, https://github.com/NickElseySpelloC/sc-smart-device
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: sc-foundation-services>=3.0.3
Requires-Dist: requests>=2.32.0
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-smart-device[dev,docs]; extra == "all"

# Spello Consulting Smart Device Library

Provides a simple, consistent access to Shelly and Tasmota smart switches and energy meters.

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

## Development Environment

Note: If making changes to the sc-smart-device 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
```
