Skip to content

Developing VBL Aquarium

GitHub Actions are used to automatically build models to the models directory. To update the models, simply push changes to the underlying pydantic models in the vbl_aquarium/models directory.

Local Development Setup

  1. Install Hatch
  2. Clone the repository
  3. Run hatch shell in the repository root directory

Use

python src/vbl_aquarium/build.py

to build the models locally.

Use

hatch run check

to run pyright type checking.