Metadata-Version: 2.1
Name: uptrace
Version: 0.2b0
Summary: Uptrace client for Python
Home-page: https://uptrace.dev
Author: Uptrace.dev
Author-email: support@uptrace.dev
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: lz4 (==3.1.0)
Requires-Dist: msgpack (==1.0)
Requires-Dist: opentelemetry-api (==0.15b0)
Requires-Dist: opentelemetry-sdk (==0.15b0)
Requires-Dist: requests (==2.24)

# Uptrace for Python

[![Build Status](https://travis-ci.org/uptrace/uptrace-python.svg?branch=master)](https://travis-ci.org/uptrace/uptrace-python)
[![Documentation](https://img.shields.io/badge/uptrace-documentation-informational)](https://docs.uptrace.dev/python/)

<a href="https://docs.uptrace.dev/python/">
  <img src="https://docs.uptrace.dev/devicons/python-original.svg" height="200px" />
</a>

## Installation

```bash
pip install uptrace
```

## Introduction

uptrace-python is the official Uptrace client for Python that sends your traces/spans to
[Uptrace.dev](https://uptrace.dev) using OpenTelemetry.

See [uptrace-python documentation](https://docs.uptrace.dev/python/) for details.


