Control IKEA/TP-Link Kasa smart bulbs (set on/off, brightness, and color). Use when you want to programmatically control a local smart bulb by IP on the LAN.
**Switched to uv for dependency management and simplified setup.** - Removed the custom virtualenv bootstrap script; now uses uv and pyproject.toml for managing dependencies. - Added pyproject.toml with updated Python and python-kasa version constraints to address resolver issues. - Updated wrapper and helper scripts to use uv instead of manual virtualenv activation. - Updated documentation to reflect the new uv-based workflow, with quick start instructions. - Dropped mention of the old virtualenv in favor of uv; Git ignore advice simplified.