Metadata-Version: 2.4
Name: traceroot
Version: 0.1.11
Summary: Python SDK for TraceRoot
Project-URL: Homepage, https://traceroot.ai/
Project-URL: Documentation, https://docs.traceroot.ai
Project-URL: Repository, https://github.com/traceroot-ai/traceroot-py
Project-URL: Bug Reports, https://github.com/traceroot-ai/traceroot-py/issues
Author: TraceRoot Team
License: Apache-2.0
License-File: LICENSE
Keywords: anthropic,gemini,llm,observability,openai,tracing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: openinference-instrumentation-agno<1.0,>=0.1.29
Requires-Dist: openinference-instrumentation-anthropic<2.0,>=1.0.0
Requires-Dist: openinference-instrumentation-autogen<1.0,>=0.1.10
Requires-Dist: openinference-instrumentation-bedrock<1.0,>=0.1.41
Requires-Dist: openinference-instrumentation-claude-agent-sdk<2.0,>=0.1.0
Requires-Dist: openinference-instrumentation-crewai<2.0,>=1.1.1
Requires-Dist: openinference-instrumentation-google-adk<1.0,>=0.1.10
Requires-Dist: openinference-instrumentation-google-genai<1.0,>=0.1.14
Requires-Dist: openinference-instrumentation-groq<1.0,>=0.1.13
Requires-Dist: openinference-instrumentation-langchain<1.0,>=0.1.50
Requires-Dist: openinference-instrumentation-llama-index<5.0,>=4.0.0
Requires-Dist: openinference-instrumentation-mistralai<3.0,>=2.0.1
Requires-Dist: openinference-instrumentation-openai-agents<2.0,>=0.1.0
Requires-Dist: openinference-instrumentation-openai<1.0,>=0.1.40
Requires-Dist: openinference-instrumentation-pydantic-ai<1.0,>=0.1.15
Requires-Dist: openinference-instrumentation<1.0,>=0.1.40
Requires-Dist: opentelemetry-api<2.0,>=1.34.0
Requires-Dist: opentelemetry-exporter-otlp-proto-http<2.0,>=1.34.0
Requires-Dist: opentelemetry-sdk<2.0,>=1.34.0
Requires-Dist: pydantic<3.0,>=2.0
Provides-Extra: agent-framework
Requires-Dist: agent-framework-core<2.0,>=1.0.0; extra == 'agent-framework'
Requires-Dist: openinference-instrumentation-agent-framework<1.0,>=0.1.0; extra == 'agent-framework'
Provides-Extra: dspy
Requires-Dist: dspy<4.0,>=2.6.22; extra == 'dspy'
Requires-Dist: openinference-instrumentation-dspy<1.0,>=0.1.34; extra == 'dspy'
Description-Content-Type: text/markdown

# TraceRoot Python SDK

[![Y Combinator][y-combinator-image]][y-combinator-url]
[![License][license-image]][license-url]
[![X (Twitter)][twitter-image]][twitter-url]
[![Discord][discord-image]][discord-url]
[![Documentation][docs-image]][docs-url]
[![PyPI Version][pypi-version-image]][pypi-version-url]
[![PyPI SDK Downloads][pypi-sdk-downloads-image]][pypi-sdk-downloads-url]

# Documentation

Please see the [Python SDK Docs](https://traceroot.ai/docs/tracing/get-started) for details.

<!-- Links -->

[discord-image]: https://img.shields.io/discord/1395844148568920114?logo=discord&labelColor=%235462eb&logoColor=%23f5f5f5&color=%235462eb
[discord-url]: https://discord.gg/tPyffEZvvJ
[docs-image]: https://img.shields.io/badge/docs-traceroot.ai-0dbf43
[docs-url]: https://traceroot.ai/docs/tracing/get-started
[license-image]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[license-url]: https://opensource.org/licenses/Apache-2.0
[pypi-version-image]: https://img.shields.io/pypi/v/traceroot?label=traceroot&labelColor=0dbf43&color=grey
[pypi-version-url]: https://pypi.org/project/traceroot/
[pypi-sdk-downloads-image]: https://static.pepy.tech/badge/traceroot
[pypi-sdk-downloads-url]: https://pypi.python.org/pypi/traceroot
[twitter-image]: https://img.shields.io/twitter/follow/TracerootAI
[twitter-url]: https://x.com/TracerootAI
[y-combinator-image]: https://img.shields.io/badge/Combinator-S25-orange?logo=ycombinator&labelColor=white
[y-combinator-url]: https://www.ycombinator.com/companies/traceroot-ai
