Metadata-Version: 2.1
Name: helios-opentelemetry-sdk
Version: 0.1.27
Summary: Helios OpenTelemetry SDK
Home-page: https://github.com/helios/python-sdk
Author: Helios
Author-email: support@gethelios.dev
License: Apache License 2.0
Keywords: helios,heliosphere,microservices,tracing,distributed-tracing,debugging,testing
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Pytest
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
License-File: LICENSE

# Helios

## About Helios
Helios helps developers deliver production-ready code in microservices and serverless-based applications quickly and efficiently. Utilizing distributed tracing based on OpenTelemetry, Helios enables its users to save time and effort, produce high quality and well-tested code, and prevent production issues

## Getting started
Navigate to your project's root directory, and install the latest Helios OpenTelemetry SDK:
```
pip install helios-opentelemetry-sdk
```
[Read more](https://updates.gethelios.dev/docs/python)

## Requirements
Unless otherwise noted, all published artifacts support Python 3.6 or higher.


