Metadata-Version: 2.4
Name: helixtelemetry
Version: 1.0.8
Summary: helixtelemetry
Home-page: https://github.com/icanbwell/helix-telemetry
Author: Imran Qureshi
Author-email: imran@icanbwell.com
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dataclasses-json>=0.6.7
Requires-Dist: opentelemetry-api>=1.30.0
Requires-Dist: opentelemetry-sdk>=1.30.0
Requires-Dist: opentelemetry-exporter-otlp>=1.30.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Helix Telemetry

## Overview

Helix Telemetry is a Python package that provides an easy way to use telemetry across processes with support for attribute inheritance. This library simplifies tracking and managing telemetry information in complex Python applications.

## Features

- Cross-process telemetry tracking
- Attribute inheritance support
- Lightweight and easy to integrate
- Designed for flexible observability

## Installation

You can install Helix Telemetry using pip:

```bash
pip install helix-telemetry
```
