dooris/api/pyproject.toml
June 93394769b2
add initial Python API setup using uv init and README with short desc.
Add README with short description of the desired state.
2026-04-30 18:40:17 +02:00

6 lines
147 B
TOML

[project]
name = "dooris_api"
version = "0.1.0"
description = "API for Dooris setup using HomeMatic."
requires-python = ">=3.14"
dependencies = []