Metadata-Version: 2.4
Name: llm-cache-toolkit
Version: 0.1.0
Summary: Lightweight caching layer for LLM API responses with TTL and size limits
Author-email: Zach <zacharie@astera.org>
License: MIT
Keywords: llm,cache,api,openai,anthropic
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# llm-cache-lite

## Installation

```bash
pip install llm-cache-lite
```

## Usage

```python
import llm_cache_lite
```

## License

MIT
