Metadata-Version: 2.4
Name: tracia
Version: 0.0.1
Summary: LLM prompt management and tracing SDK - Coming soon
Project-URL: Homepage, https://tracia.io
Project-URL: Repository, https://github.com/tracia/tracia-python
Project-URL: Issues, https://github.com/tracia/tracia-python/issues
Author-email: Tracia <hello@tracia.io>
License-Expression: MIT
License-File: LICENSE
Keywords: ai,anthropic,chatgpt,claude,gemini,google,llm,observability,openai,prompt,tracing
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Tracia

**LLM prompt management and tracing SDK**

🚀 **Coming soon** - Full SDK launching in early 2026.

## What is Tracia?

Tracia is a modern LLM prompt management and tracing platform with zero-config setup. Store your prompts in the cloud, trace every LLM call, and iterate faster.

## Quick Preview

```python
from tracia import Tracia

client = Tracia()
response = client.run("my-prompt", variables={"name": "World"})
```

## Learn More

- 🌐 Website: [tracia.io](https://tracia.io)
- 📖 Docs: Coming soon
- 🐙 GitHub: [github.com/tracia](https://github.com/tracia)

## License

MIT
