behaverse-data-loader
is a Python package to seamlessly access BDM-formatted behavioral datasets.
To install the package, run:
pip install -U behaverse-data-loader
See behaverse.org/data-loader for more information on how to use the package.
TODO
Before starting development, you need uv
to install the dependencies:
uv sync
source .venv/bin/activate
To generate documentations, run the following commands from the project root directory:
cd docs
quartodoc build && quartodoc interlinks && quarto preview
The documentations will be available in the docs/_site/
directory.
TODO
TODO