Metadata-Version: 2.5
Name: oar-tui
Version: 0.0.1
Summary: A minimal terminal UI library: native scrollback, differential rendering, no framework.
Project-URL: Homepage, https://oar.run
Project-URL: Repository, https://github.com/asdiamond/oar
Author-email: Aleksandr Diamond <diamondaleksandr@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ansi,cli,terminal,tui
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# oar-tui

A minimal terminal UI library for Python. No framework, no alternate screen — completed output goes to your terminal's native scrollback, and only the live region at the bottom redraws (differential rendering, raw ANSI).

Built for [oar](https://github.com/asdiamond/oar), but knows nothing about it. Zero dependencies.

> **Status:** name claimed, code coming soon.

```sh
pip install oar-tui
```

## License

MIT
