The Deephaven Plugin interface.
Currently in development.
To create your build / development environment:
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools buildTo build:
python -m build --wheelproduces the wheel into dist/.