Metadata-Version: 2.4
Name: open-terminalui
Version: 0.0.1
Summary: Terminal UI application for interacting with local LLMs via ollama.
Project-URL: Documentation, https://github.com/Andrew Hall/open-terminalui#readme
Project-URL: Issues, https://github.com/Andrew Hall/open-terminalui/issues
Project-URL: Source, https://github.com/Andrew Hall/open-terminalui
Author-email: Andrew Hall <andrewmartinhall2@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.13
Requires-Dist: chromadb>=1.3.5
Requires-Dist: ddgs>=9.9.3
Requires-Dist: ollama>=0.6.1
Requires-Dist: pypdf>=6.4.0
Requires-Dist: textual[syntax]>=0.73.0
Description-Content-Type: text/markdown

# open-terminalui

[![PyPI - Version](https://img.shields.io/pypi/v/open-terminalui.svg)](https://pypi.org/project/open-terminalui)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/open-terminalui.svg)](https://pypi.org/project/open-terminalui)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install open-terminalui
```

## Development

### Installation

```bash
uv sync
```

### Testing

```bash
textual run --dev open_terminalui.entry_points:app
```

In a seperate console
```bash
textual console
```

## License

`open-terminalui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
