Metadata-Version: 2.4
Name: deltav
Version: 0.0.0
Summary: DeltaV reservation-based budget enforcement for agent and tool runs.
Project-URL: Homepage, https://github.com/cachetronaut/deltav
Project-URL: Repository, https://github.com/cachetronaut/deltav
Project-URL: Issues, https://github.com/cachetronaut/deltav/issues
License: MIT
Requires-Python: >=3.11
Requires-Dist: dockbay>=0.0.0
Requires-Dist: psycopg-pool>=3.2
Requires-Dist: psycopg[binary]>=3.2
Description-Content-Type: text/markdown

# deltav

Python implementation of DeltaV.

For product-level context, shared contracts, and cross-language repository information, see the public repository: https://github.com/cachetronaut/deltav.

## Install

```sh
pip install deltav
```

## Import

```python
import deltav
```

## Development

Run from `py/`:

```sh
uv sync --dev
uv run --with ruff ruff check .
uv run --with ruff ruff format --check .
uv run --with ty ty check
uv run --with pytest --with pytest-asyncio python -m pytest
```

## License

MIT
