Metadata-Version: 2.4
Name: tirith-sdk
Version: 2.0.2
Summary: AI API cost observability — one import, full transparency
License-Expression: MIT
Project-URL: Homepage, https://github.com/joedaviesio/tirith
Project-URL: Documentation, https://github.com/joedaviesio/tirith
Project-URL: Source, https://github.com/joedaviesio/tirith
Project-URL: Issues, https://github.com/joedaviesio/tirith/issues
Keywords: ai,llm,cost,observability,anthropic,openai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Tirith Python SDK

One import, full AI API cost transparency.

```python
import tirith

from anthropic import Anthropic
client = Anthropic()  # automatically routes through Tirith proxy
```

Requires `tirith start` running locally.
