pyboard-rshell

Remote shell for working with MicroPython boards
  https://github.com/dhylands/rshell
  0
  no reviews



A simple shell which runs on the host and uses MicroPython's raw-REPL to send Python snippets to the board in order to get file-system information, and to copy files to and from MicroPython's file-system. It also has the ability to invoke the MicroPython REPL, so rshell can be used as a terminal emulator as well.

This package contains the rshell tool itself.