Skip to content

Files

Latest commit

86b76fe · Mar 11, 2025

History

History
53 lines (29 loc) · 899 Bytes

README.md

File metadata and controls

53 lines (29 loc) · 899 Bytes

Behaverse Data Loader

behaverse-data-loader is a Python package to seamlessly access BDM-formatted behavioral datasets.

Installation

To install the package, run:

pip install -U behaverse-data-loader

Usage

See behaverse.org/data-loader for more information on how to use the package.

License

TODO

Contributing

Development

Before starting development, you need uv to install the dependencies:

uv sync
source .venv/bin/activate

Documentations

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.

Acknowledgements

TODO

Citation

TODO