Metadata-Version: 1.1
Name: uterm
Version: 0.6
Summary: Micropython-friendly terminal
Home-page: https://github.com/SmileyChris/uterm
Author: Chris Beaven
Author-email: smileychris@gmail.com
License: UNKNOWN
Description: =====
        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
        
        
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
