Metadata-Version: 2.1
Name: opentelemetry-contrib-instrumentations
Version: 0.30b0
Summary: OpenTelemetry Contrib Instrumentation Packages
Home-page: https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-contrib-instrumentations
Author: OpenTelemetry Authors
Author-email: cncf-opentelemetry-contributors@lists.cncf.io
License: Apache-2.0
Description: OpenTelemetry Instrumentation
        =============================
        
        |pypi|
        
        .. |pypi| image:: https://badge.fury.io/py/opentelemetry-contrib-instrumentations.svg
           :target: https://pypi.org/project/opentelemetry-contrib-instrumentations/
        
        Installation
        ------------
        
        ::
        
            pip install opentelemetry-contrib-instrumentations
        
        
        This package installs all instrumentation packages hosted by the OpenTelemetry Python Coontrib repository.
        The list of packages can be found (here)[https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation]
        
        
        References
        ----------
        
        * `OpenTelemetry Project <https://opentelemetry.io/>`_
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: test
