Metadata-Version: 2.4
Name: claritea
Version: 0.1.2
Summary: Bundle source code into an LLM friendly format
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: gitpython>=3.1.44

# claritea

Assemble source code into an LLM friendly format to be used as context.

## Installation

```
pip install claritea
```

## Usage

```
claritea [<path>]
```

