Metadata-Version: 2.4
Name: dockbay
Version: 0.0.0
Summary: Backend driver substrate for primitive store adapters.
Project-URL: Homepage, https://github.com/cachetronaut/dockbay
Project-URL: Repository, https://github.com/cachetronaut/dockbay
Project-URL: Issues, https://github.com/cachetronaut/dockbay/issues
License: MIT
Requires-Python: >=3.11
Requires-Dist: psycopg-pool>=3.2
Requires-Dist: psycopg[binary]>=3.2
Description-Content-Type: text/markdown

# dockbay

Python implementation of DockBay.

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

## Install

```sh
pip install dockbay
```

## Import

```python
import dockbay
```

## 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
