Metadata-Version: 2.3
Name: llama-tui
Version: 0.1.0
Summary: Lightweight TUI manager for llama.cpp models on Raspberry Pi
Requires-Dist: click-extra>=7.12
Requires-Python: >=3.14
Description-Content-Type: text/markdown

src/
└── llama_tui/
    ├── __init__.py        # main() entry for the console script
    ├── cli.py             # Click-extra CLI group & commands
    ├── config.py          # Slotted dataclasses (server, system, RPC)
    ├── models.py          # Model catalog (slotted, verified)
    ├── download.py        # hf download wrapper
    ├── server.py          # llama-server lifecycle manager
    ├── swap.py            # swap, governor, hugepages helpers
    └── rpc.py             # o7p3 RPC connectivity check