Metadata-Version: 2.4
Name: cached-llm
Version: 0.0.3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: diskcache>=5.6.3
Requires-Dist: openai>=1.101.0

# cached-llm

## Development

```
uvx ruff check --fix-only .
uvx ruff format .
uvx pyright src/cached_llm/*.py
```
