Metadata-Version: 2.4
Name: chroma-tui
Version: 0.1.0
Summary: A TUI for ChromaDB
Author-email: Thups Mukhunyeledzi <muthupheimukhunyeledzi@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: textual
Requires-Dist: chromadb

# Chroma TUI

A Textual TUI for browsing a ChromaDB instance.

## Installation

To install the Chroma TUI, you need Python 3.8+ and `pip`.

1.  Clone this repository (or download the source code).
2.  Navigate to the project directory.
3.  Install the project in editable mode:

    ```bash
    pip install -e .
    ```

    This will install the necessary dependencies and create the `chroma-tui` command-line executable.

## Usage

Once installed, you can run the TUI from your terminal:

```bash
chroma-tui
```
