Metadata-Version: 2.4
Name: tokensave
Version: 0.1.3
Summary: Context optimization for LLM API calls. One import, fewer tokens.
Author: raydatalab
License: Apache 2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: headroom-ai>=0.30.0

# TokenSave ⚡

Context optimization for LLM API calls. One import, fewer tokens.

```bash
pip install tokensave
```

```python
from tokensave import OpenAI

client = OpenAI(api_key="...")
# Open box. Save tokens. That's it.
```

- No daemon, no config, no proxy.
- `tokensave proxy` for non-Python tools (power-user).

[github.com/raydatalab/tokensave](https://github.com/raydatalab/tokensave) · Apache 2.0
