Metadata-Version: 2.1
Name: opentelemetry-ext-wsgi
Version: 0.8b0
Summary: WSGI Middleware for OpenTelemetry
Home-page: https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-wsgi
Author: OpenTelemetry Authors
Author-email: cncf-opentelemetry-contributors@lists.cncf.io
License: Apache-2.0
Description: OpenTelemetry WSGI Middleware
        =============================
        
        |pypi|
        
        .. |pypi| image:: https://badge.fury.io/py/opentelemetry-ext-wsgi.svg
           :target: https://pypi.org/project/opentelemetry-ext-wsgi/
        
        
        This library provides a WSGI middleware that can be used on any WSGI framework
        (such as Django / Flask) to track requests timing through OpenTelemetry.
        
        Installation
        ------------
        
        ::
        
            pip install opentelemetry-ext-wsgi
        
        
        References
        ----------
        
        * `OpenTelemetry WSGI Middleware <https://opentelemetry-python.readthedocs.io/en/latest/ext/wsgi/wsgi.html>`_
        * `OpenTelemetry Project <https://opentelemetry.io/>`_
        * `WSGI <https://www.python.org/dev/peps/pep-3333>`_
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.4
Description-Content-Type: text/x-rst
Provides-Extra: test
