Metadata-Version: 2.4
Name: ayu
Version: 0.1.3
Summary: An interactive TUI for pytest
Author-email: Zaloog <gramslars@gmail.com>
Requires-Python: >=3.12
Requires-Dist: click>=8.1.8
Requires-Dist: pytest>=8.3.5
Requires-Dist: textual-slidecontainer>=0.2.5
Requires-Dist: textual-tags>=0.1.0
Requires-Dist: textual[syntax]>=3.0.0
Requires-Dist: websockets>=15.0.1
Description-Content-Type: text/markdown

# Ayu

Ayu is a TUI and pytest-plugin, which allows you to run your pytest tests in a more interactive
fashion in your terminal.

It needs your project to be uv-managed cause it utilizes `uv` in the background to run pytest.
Concrete it runs `uv run --with ayu pytest` to utilize your python environment and installs the
plugin on the fly to send the data to the TUI.

# Usage
```bash
uvx ayu
```
