Metadata-Version: 2.3
Name: magentic-olly
Version: 0.1.27
Summary: A package for custom opentelemetry instrumentation
License: MIT
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Requires-Dist: boto3
Requires-Dist: build (>=1.2.2.post1,<2.0.0)
Requires-Dist: clickhouse-sqlalchemy
Requires-Dist: httpx
Requires-Dist: opentelemetry-api (==1.29.0)
Requires-Dist: opentelemetry-exporter-otlp (==1.29.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (==1.29.0)
Requires-Dist: opentelemetry-instrumentation-aws-lambda (==0.50b0)
Requires-Dist: opentelemetry-instrumentation-botocore (==0.50b0)
Requires-Dist: opentelemetry-instrumentation-httpx (==0.50b0)
Requires-Dist: opentelemetry-instrumentation-logging (==0.50b0)
Requires-Dist: opentelemetry-instrumentation-requests (==0.50b0)
Requires-Dist: opentelemetry-instrumentation-urllib (==0.50b0)
Requires-Dist: opentelemetry-sdk (==1.29.0)
Requires-Dist: requests
Requires-Dist: sqlalchemy
Description-Content-Type: text/markdown

# Magentic Instrumentation

A package for magentic ai observability systems.

## Installation

```bash
pip install magentic-olly
```

## Usage

```python
import magentic_olly
export_params = magentic_olly.HttpExportParams(
    endpoint='https://{DOMAIN}/v1/traces',
    token='{TOKEN}'  
)
magentic_olly.set_http_export_params(export_params)
```


