Metadata-Version: 2.4
Name: inquirer-textual
Version: 1.0.0
Summary: Inquirer based on Textual
Project-URL: Changelog, https://github.com/robvanderleek/inquirer-textual/blob/master/CHANGELOG.md
Project-URL: Documentation, https://robvanderleek.github.io/inquirer-textual/
Project-URL: Source, https://github.com/robvanderleek/inquirer-textual
Author-email: Rob van der Leek <robvanderleek@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: <3.15,>=3.9
Requires-Dist: textual>=6.7.1
Description-Content-Type: text/markdown

# Inquirer-Textual

<div align="center">

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

</div>

<div align="center">

  *Versatile library for user input in Python 🎙️*

</div>

<div align="center">

[![main](https://github.com/robvanderleek/inquirer-textual/actions/workflows/main.yml/badge.svg)](https://github.com/robvanderleek/inquirer-textual/actions/workflows/main.yml)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

</div>

All terminal programs start small. Some stay small, and some become incredibly
big. The goal of this Python library is to make user input simple for small
programs, but also support a smooth transition to a comprehensive UI library as
your program grows.

Read the [documentation here](https://robvanderleek.github.io/inquirer-textual/)

## Development

Add this library as an editable local dependency to another project using `uv`:

```shell
uv add --editable <path-to-inquirer-textual>
```
