Metadata-Version: 2.3
Name: abvdev
Version: 0.0.1.dev1
Summary: A client library for accessing abv
License: MIT
Author: abv
Author-email: developers@abv.dev
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: langchain
Provides-Extra: openai
Requires-Dist: backoff (>=1.10.0)
Requires-Dist: httpx (>=0.15.4,<1.0)
Requires-Dist: langchain (>=0.0.309) ; extra == "langchain"
Requires-Dist: openai (>=0.27.8) ; extra == "openai"
Requires-Dist: opentelemetry-api (>=1.33.1,<2.0.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.33.1,<2.0.0)
Requires-Dist: opentelemetry-sdk (>=1.33.1,<2.0.0)
Requires-Dist: packaging (>=23.2,<26.0)
Requires-Dist: pydantic (>=1.10.7,<3.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: wrapt (>=1.14,<2.0)
Description-Content-Type: text/markdown

# ABV Python SDK

[![MIT License](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![PyPI Version](https://img.shields.io/pypi/v/abv.svg?style=flat-square&label=pypi+abv)](https://pypi.python.org/pypi/abv)

Official Python SDK for ABV - the enterprise grade LLM engineering platform for observability and AI compliance

## Installation

```
pip install abvdev
```

## Docs

Please [see our docs](https://docs.abv.dev/python-sdk-overview) for detailed information on this SDK.

