Metadata-Version: 2.1
Name: totally-real-retriever
Version: 0.1.0
Summary: 
License: MIT
Author: Logan Markewich
Author-email: logan.markewich@live.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: lorem (>=0.1.1,<0.2.0)
Description-Content-Type: text/markdown

# Totally Real Retriever

A totally real retriever.

## Installation

```bash
pip install totally-real-retriever
```

## Usage

```python
from totally_real_retriever import TotallyRealRetriever

retriever = TotallyRealRetriever()
results = await retriever.retrieve("What is the capital of France?")
print(results)
```

