Utility programs for Micropython ...
- bin/mpy-upload : copy files in to a device using only the REPL.
- bin/mpy-sync : copy whole directory structure
- bin/mpy-fuse : mount a device into the filesystem using FUSE ...
- bin/mpy-watch : watch a directory for changes and send the diffs
This package is also available through PyPI
Before submitting a pull request, please add yourself to the list of contributors below, and install black so you can reformat your code using the following command:
black *.py bin/* mpy_utils/*.py
This will hopefully prevent me from ever having to think about source code formatting again.