rust-py-miio

Crates.iorust-py-miio
lib.rsrust-py-miio
version0.1.3
created_at2025-02-06 16:56:22.512186+00
updated_at2025-02-11 17:32:34.20169+00
descriptionA Rust interface to interact with Miio devices via Python using PyO3. Doesn't pretend to be used by third parties.
homepagehttps://github.com/juancabe/rust-py-miio
repositoryhttps://github.com/juancabe/rust-py-miio
max_upload_size
id1545842
size23,890
Juan (juancabe)

documentation

https://docs.rs/rust-py-miio

README

rust-py-miio

This module provides an interface to interact with Miio devices via Python.

It offers functions to retrieve available device types, create devices, and call device methods. Devices are represented by the Device struct which supports serialization and deserialization.

License: MIT

python-miio

Heavily dependant on python-miio

$ pip install python-miio
Commit count: 20

cargo fmt