Will MicroPythonOS also work with CircuitPython?
CircuitPython docs > Differences from MicroPython: https://docs.circuitpython.org/en/latest/README.html#differe...
Also, there's pipkin: https://github.com/aivarannamaa/pipkin#pipkin :
> Tool for managing distribution packages for MicroPython and CircuitPython on target devices or in a local directory.
> Supports mip- and upip-compatible packages, and regular pip-compatible packages
Hopefully - for 3 types of packages - pipkin supports GPG signatures, PyPI's TUF, and/or sigstore attestations like pip?
Just checked; pip doesn't support checking PEP740 attestations yet either?
pipkin: https://github.com/aivarannamaa/pipkin
trailofbits/pip-plugin-pep740: https://github.com/trailofbits/pip-plugin-pep740