Metadata-Version: 2.1
Name: interactive-select
Version: 0.3.3
Summary: 
Author: 0djentd
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

# interactive-select
## Installation
```
pip install interactive-select
```
## How to use
```
usage: interactive-select [-h] [-m MIN] [-M MAX] [-r] [-d] [-j] [-i]
                          [-p PROMPT]
                          [items ...]

positional arguments:
  items

options:
  -h, --help            show this help message and exit
  -m MIN, --min MIN     Min number of selected items.
  -M MAX, --max MAX     Max number of selected items.
  -r, --retry
  -d, --debug
  -j, --json            Output json str
  -i, --index           Output item index
  -p PROMPT, --prompt PROMPT
```

