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

# cached-llm

## Development
```
ruff check --fix-only . && ruff format .
pyright src/cached_llm/*.py
```
