Metadata-Version: 2.1
Name: uptrace
Version: 0.1.1b0
Summary: Uptrace client for Python
Home-page: https://uptrace.dev
Author: Uptrace.dev
Author-email: support@uptrace.dev
License: BSD
Description: # 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/docs-uptrace-brightgreen)](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.
        
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
