Skip to content

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

License

Notifications You must be signed in to change notification settings

VirtualBrainLab/vbl-aquarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •