Metadata-Version: 2.4
Name: kanbaroo-tui
Version: 0.2.2
Summary: Kanbaroo terminal UI (Textual)
Author: Adam Reese
License: MIT
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Requires-Dist: kanbaroo-core
Requires-Dist: textual>=0.70
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# kanbaroo-tui

Textual terminal UI for [Kanbaroo](https://github.com/areese801/kanbaroo), a kanban-style issue tracker. Workspace list, kanban board, story detail with markdown, comments, linkages, tags, and an audit feed. Live updates via WebSocket.

```bash
pip install kanbaroo-tui
kanbaroo-tui
```

Requires a running `kanbaroo-api` server and a config initialized via `kb init` (from `kanbaroo-cli`).

Full docs: [github.com/areese801/kanbaroo](https://github.com/areese801/kanbaroo).

License: MIT.
