1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: micropython-mpremote
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Dave Jones <dave@waveform.org.uk>,
Jochen Sprickerhof <jspricke@debian.org>,
Homepage: https://github.com/micropython/micropython
Section: utils
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-hatch-requirements-txt,
python3-hatch-vcs,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/micropython-mpremote.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/micropython-mpremote
Rules-Requires-Root: no
Package: micropython-mpremote
Architecture: all
Suggests: micropython
Depends: ${misc:Depends}, ${python3:Depends}
Description: Tool for interacting remotely with MicroPython on a microcontroller
The mpremote tool provides a set of commands for interacting with a
microcontroller board running MicroPython over a serial connection. It
includes the ability to run local scripts on the board, perform a variety of
filesystem tasks (cat, ls, cp, rm, mkdir, rmdir), mount a local directory on
the remote board, and execute an interactive REPL on the board.
|