Metadata-Version: 1.1
Name: termenu
Version: 1.2.5
Summary: Interactive in-line menus for Unix-based terminals
Home-page: https://github.com/elifiner/termenu
Author: Eli Finer
Author-email: eli.finer@gmail.com
License: GPL
Description: 
        Termenu is a command line utility and Python library for displaying console
        based interactive menus.
        
        Traditionally there are two types of applications running the Unix shell: pure
        command line utilities such as grep, sed and awk and full screen interactive
        applications such as Midnight Commander. Termenu aims to bridge this gap and
        allow a modicum of interactivity in regular command line utilities.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Terminals
