Metadata-Version: 2.4
Name: assay-sdk
Version: 0.1.0
Summary: Python SDK for the Assay LLM tracing and evaluation platform
Keywords: evals,llm,observability,opentelemetry,tracing
License-Expression: Apache-2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.10
Project-URL: Documentation, https://github.com/marioweid/assay#readme
Project-URL: Issues, https://github.com/marioweid/assay/issues
Project-URL: Repository, https://github.com/marioweid/assay
Description-Content-Type: text/markdown

# assay-sdk

The Python package for [Assay](https://github.com/marioweid/assay), a self-hosted LLM
tracing and evaluation platform.

```bash
uv add assay-sdk
```

Version 0.1.0 establishes the `assay-sdk` distribution and `assay` import namespace.
The tracing, API client, and CLI interfaces are planned for Assay milestone M5 and are not
implemented in this bootstrap release.
