Metadata-Version: 2.4
Name: valkyrie-sdk
Version: 0.1.0
Summary: Async Python SDK for managing Valkyrie benchmark runs
Project-URL: Documentation, https://github.com/vals-ai/Valkyrie/tree/prod/docs/sdk
Project-URL: Issues, https://github.com/vals-ai/Valkyrie/issues
Project-URL: Repository, https://github.com/vals-ai/Valkyrie
License-Expression: AGPL-3.0-only
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: httpx<1,>=0.28.1
Requires-Dist: pydantic<3,>=2
Requires-Dist: pyyaml<7,>=6.0.3
Description-Content-Type: text/markdown

# Valkyrie SDK

Async Python client for managing Valkyrie benchmark runs.

```bash
pip install valkyrie-sdk
```

```python
from valkyrie.sdk import ValkyrieClient
```

See the [SDK guide](https://github.com/vals-ai/Valkyrie/tree/prod/docs/sdk) and
[examples](https://github.com/vals-ai/Valkyrie/tree/prod/docs/sdk/examples).
