zmk-studio-api 0.2.0

Rust + Python client for the ZMK Studio RPC API (Serial + BLE)
Documentation
1
2
3
4
5
6
7
8
[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"

[tool.maturin]
features = ["python", "serial"]
module-name = "zmk_studio_api"
sdist-include = ["LICENSE", "README.md"]