Metadata-Version: 2.5
Name: govee-toolkit
Version: 0.0.0
Summary: Control Govee devices from your own network: undocumented LAN features, with BLE and Cloud modes when you need them.
Project-URL: Homepage, https://github.com/damient/govee-toolkit
Project-URL: Repository, https://github.com/damient/govee-toolkit
Project-URL: Issues, https://github.com/damient/govee-toolkit/issues
Project-URL: Changelog, https://github.com/damient/govee-toolkit/blob/main/packages/python/CHANGELOG.md
Author: damient
License-Expression: MIT
Keywords: govee,iot,led,sdk,smart-home
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# govee-toolkit (Python)

Python SDK. `lan` mode by default; `ble` and `cloud` modes are opt-in, enabled
per device by the user — see [`docs/modes.md`][modes].

Reads the shared device database in [`devices/`][devices] — no protocol logic
is duplicated here.

<!-- TODO: install + usage once implemented -->

<!-- Absolute: this file is the package description on PyPI, where a relative
     link out of the package directory is dead. -->
[modes]: https://github.com/damient/govee-toolkit/blob/main/docs/modes.md
[devices]: https://github.com/damient/govee-toolkit/tree/main/devices
