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

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
