Metadata-Version: 2.4
Name: inq
Version: 0.2.1
Summary: CLI for user input
Project-URL: Changelog, https://github.com/robvanderleek/inq/blob/master/CHANGELOG.md
Project-URL: Documentation, https://robvanderleek.github.io/inquirer-textual/
Project-URL: Source, https://github.com/robvanderleek/inq
License-File: LICENSE
Requires-Python: >=3.14
Requires-Dist: inquirer-textual>=0.4.0
Requires-Dist: typer>=0.21.1
Description-Content-Type: text/markdown

# Inq

<div align="center">

![Logo](https://raw.githubusercontent.com/robvanderleek/inq/main/docs/assets/logo-light.png)

</div>

<div align="center">

  *CLI for user input 🎙️*

</div>

Use `inq` for prompts in your shell commands/scripts.

For example, to show a checkbox:

```shell
uvx inq checkbox -m "Choose your toppings" -c Pepperoni -c Mushrooms -c Onions`
```

![Example](https://raw.githubusercontent.com/robvanderleek/inq/main/docs/assets/cli.gif)
