flipperzero_protobuf_py
flipperzero_protobuf_py copied to clipboard
`distutils` is deprecated in Python 3.10+ ([source](https://peps.python.org/pep-0632)). It seems on the only place that references it is in `setup.py` ([source](https://github.com/flipperdevices/flipperzero_protobuf_py/blob/main/setup.py#L3)) ```py from distutils.command.install_scripts import install_scripts ``` The migration advice ([source](https://peps.python.org/pep-0632/#migration-advice))...
Build cmd: `docker buildx build .` Example usage: `docker run --rm --device /dev/cu.usbmodemflip_Oewmim1:/dev/flipper skrashevich/flippercmd -p /dev/flipper`
Using numpy for a few functions seems quite excessive, I replaced it python lists. Also some bugfixes
Term commands are usually all lowercase, so might be better to rename to `flippercmd` or `flipper-cmd`?
updated code block
# What's new - Complimentary to flipperdevices/flipperzero-protobuf#50 - Added `UNTAR` command - Removed double `REBOOT` entry # Checklist - [ ] Update the protobuf submodule before merging