Metadata-Version: 2.0
Name: uterm
Version: 0.5
Summary: Micropython-friendly terminal
Home-page: https://github.com/SmileyChris/uterm
Author: Chris Beaven
Author-email: smileychris@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Embedded Systems
Requires-Dist: pyserial
Requires-Dist: pyte

=====
uterm
=====

A micropython-friendly terminal.

Just run ``uterm`` to start.

Bring up a menu with ``esc`` where you can:

- upload files
- browse remote files (``del`` to delete)

Quit from the menu or ``ctrl-a``, ``ctrl-q``.

.. image:: demo.gif
   :alt: Demo of uterm running



