micropython-ota-updater
micropython-ota-updater copied to clipboard
Upload to PyPi?
You should create a setup.py and upload this package to PyPi for installation with upip.
Then rather than installing the python file directly on boards, users can run
import upip
upip.install('micropython-ota-updater')
to keep their project up to date with your latest changes. This will install libraries in the /lib/ folder which will also remain unaffected by your OTA updates here.
I know maintainers don't have endless time and resources, but I figured the PyPi package should probably be something tied to your username and this repo rather than a random user's -- otherwise I'd offer :)