Metadata-Version: 2.4
Name: donkey-instrumentation
Version: 0.1.0
Summary: Provides the instrumentation hooks for observability in Donkey.
Project-URL: Repository, https://github.com/donkey-project/donkey/tree/main/donkey-instrumentation
Author-email: Leonardo Furnielis <leonardofurnielis@outlook.com>
License: Apache-2.0
Keywords: AI,LLM,QA,RAG,data,observability,retrieval,semantic-search
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.11
Requires-Dist: pydantic<3.0.0,>=2.13.4
Requires-Dist: wrapt<3.0.0,>=2.2.2
Provides-Extra: dev
Requires-Dist: pytest-asyncio<2.0.0,>=1.4.0; extra == 'dev'
Requires-Dist: pytest-mock<4.0.0,>=3.15.1; extra == 'dev'
Requires-Dist: pytest<10.0.0,>=9.1.1; extra == 'dev'
Requires-Dist: ruff<0.16.0,>=0.15.20; extra == 'dev'
Description-Content-Type: text/markdown

# Donkey instrumentation

This project provides the instrumentation hooks for observability in Donkey.

## Installation 

```bash
pip install donkey-instrumentation
```
