Metadata-Version: 2.1
Name: clintermission
Version: 0.3.1
Summary: Non-fullscreen command-line selection menu
Home-page: https://github.com/sebageek/clintermission
Author: Sebastian Lohff
Author-email: seba@someserver.de
License: Apache-2.0
Keywords: cli,menu
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Clintermission - Python CLI Intermission Library
`clintermission` is a small Python library designed to quickly get a selection
of a single or multiple items from a user. The menu shown is explicitly not a
fullscreen menu so the user can use information in their console history to
make a selection.

The menu is implemented by using `prompt-toolkit`'s `Buffer` class.

Inspired by [go promptui](https://github.com/manifoldco/promptui).
