Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.77 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.77 KB

Virtual Brain Lab Aquarium

PyPI - Version Build Models Static Analysis Pydantic v2 Hatch project Ruff Checked with pyright

Collection of Pydantic models describing data objects passed between Virtual Brain Lab projects.

Corresponding JSON schema and C# files are generated automatically and are located in the models directory.

Usage

For C# structs or JSON schemas, copy or reference whatever models you need from the models directory.

To use the Pydantic models directly in Python, install the package with

pip install vbl-aquarium

Then import the models with

from vbl_aquarium.models.module_name import ModelName

replacing .module_name and ModelName with the desired model.

Further Documentation

For more information regarding updating models and each model's specification, see the VBL Aquarium documentation.