Metadata-Version: 2.4
Name: llm-throttle-guard
Version: 0.1.0
Summary: Token-bucket rate limiter for LLM API calls with per-model limits
Author-email: Zach <zacharie@astera.org>
License: MIT
Keywords: llm,rate-limit,api,throttle,token-bucket
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# llm-rate-limiter

## Installation

```bash
pip install llm-rate-limiter
```

## Usage

```python
import llm_rate_limiter
```

## License

MIT
