Binary package “python3-rshell” in ubuntu oracular

Remote shell for working with MicroPython boards - python3 library

 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 module, including the rshell.pyboard module
 which can be used to control MicroPython boards from Python scripts.