Metadata-Version: 2.4
Name: indratrace
Version: 0.0.1
Summary: OpenTelemetry-native observability SDK for the IndraTrace platform. Under active development — not yet ready for use.
Author: Indrasol
License: Apache-2.0
Project-URL: Homepage, https://indrasol.com
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# IndraTrace SDK

OpenTelemetry-native observability SDK for the IndraTrace platform — one-line
instrumentation for web apps and AI agents: traces, logs, metrics, token usage,
and cost.

> **Status: pre-alpha.** This package is under active development and is not
> yet ready for use. The public API (`init_observability`, `trace_agent`,
> `trace_tool`) will land in `0.1.0`.

```python
# Coming in 0.1.0
from indratrace import init_observability, trace_agent, trace_tool

init_observability(product="my-app", env="prod", ingest_key="...")
```

Built by [Indrasol](https://indrasol.com).
