Python bindings for McuBoot implementation in Rust, providing high-performance communication with NXP MCU bootloader. Current version is 0.2.0, requires Python >=3.9. Release cadence is irregular as it's a new project.
pip install pymboot-rsVerified import paths — ran on the pinned version, not inferred.
Connect to an NXP MCU bootloader via USB HID, ping, and read flash.
Install using pip install pymboot-rs, but import as from pymboot_rs import ...
Pin dependency to a specific minor version, e.g., pymboot-rs>=0.2,<0.3
No dependency data recorded yet.