evohome_rs 0.2.2

Async Rust client for the International Honeywell Evohome API (MyTotalConnectComfort) provided by Resideo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "evohome_rs"
version = "0.2.2"
description = "MyTotalConnectComfort CLI for Evohome heating control (Rust implementation)"
requires-python = ">=3.7"
authors = [
    { name = "Divya van Mahajan", email = "divyavanmahajan@users.noreply.github.com" }
]
license = { text = "MIT" }
readme = "README-PY.md"

[tool.maturin]
bindings = "bin"