Metadata-Version: 2.4
Name: opentelemetry-instrumentation-peewee
Version: 0.43b0.dev1
Summary: Peewee instrumentation for OpenTelemetry
Author-email: "Warren Angelo H. Layson" <warren@wingaru.com.au>
License: Apache-2.0
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Requires-Dist: opentelemetry-api~=1.12
Requires-Dist: opentelemetry-instrumentation==0.43b0
Requires-Dist: opentelemetry-semantic-conventions==0.43b0
Provides-Extra: instruments
Requires-Dist: peewee>=3.0.18; extra == 'instruments'
Provides-Extra: test
Requires-Dist: opentelemetry-sdk~=1.12; extra == 'test'
Requires-Dist: opentelemetry-test-utils==0.43b0; extra == 'test'
Requires-Dist: peewee>=3.0.18; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/x-rst

OpenTelemetry Simplerr Tracing
==============================

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-peewee.svg
   :target: https://pypi.org/project/opentelemetry-instrumentation-peewee/

|pypi|


Installation
------------

To install, run:

::

    pip install opentelemetry-instrumentation-peewee
