Metadata-Version: 2.1
Name: openinference-instrumentation-dspy
Version: 0.1.4
Summary: OpenInference DSPy Instrumentation
Project-URL: Homepage, https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy
Author-email: OpenInference Authors <oss@arize.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.9
Requires-Dist: openinference-semantic-conventions
Requires-Dist: opentelemetry-api
Requires-Dist: opentelemetry-instrumentation
Requires-Dist: opentelemetry-semantic-conventions
Requires-Dist: typing-extensions
Requires-Dist: wrapt
Provides-Extra: instruments
Requires-Dist: dspy-ai>=2.3.4; extra == 'instruments'
Provides-Extra: test
Requires-Dist: dspy-ai==2.3.4; extra == 'test'
Requires-Dist: google-generativeai; extra == 'test'
Requires-Dist: opentelemetry-sdk; extra == 'test'
Requires-Dist: responses; extra == 'test'
Requires-Dist: respx==0.20.2; extra == 'test'
Description-Content-Type: text/markdown

# OpenInference DSPy Instrumentation

[![pypi](https://badge.fury.io/py/openinference-instrumentation-dspy.svg)](https://pypi.org/project/openinference-instrumentation-dspy/)

## Installation

```shell
pip install openinference-instrumentation-dspy
```
