micropython/tools/mpremote/mpremote
Jim Mussared 12ca918eb2 tools/mpremote: Add `mpremote mip install` to install packages.
This supports the same package sources as the new `mip` tool.
 - micropython-lib (by name)
 - http(s) & github packages with json description
 - directly downloading a .py/.mpy file

The version is specified with an optional `@version` on the end of the
package name. The target dir, index, and mpy/no-mpy can be set through
command line args.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-10-01 22:44:24 +10:00
..
__init__.py tools/mpremote: Bump version to 0.3.0. 2022-06-07 23:23:14 +10:00
__main__.py tools/mpremote: Allow running mpremote with `python -m`. 2022-03-30 15:29:26 +11:00
commands.py tools/mpremote: Use argparse for command line parsing. 2022-10-01 22:44:24 +10:00
console.py tools/mpremote: Make ConsolePosix work without .raw attribute. 2022-02-04 15:04:02 +11:00
main.py tools/mpremote: Add `mpremote mip install` to install packages. 2022-10-01 22:44:24 +10:00
mip.py tools/mpremote: Add `mpremote mip install` to install packages. 2022-10-01 22:44:24 +10:00
pyboardextended.py tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 2022-04-11 15:15:04 +10:00
repl.py tools/mpremote: Use argparse for command line parsing. 2022-10-01 22:44:24 +10:00