Skip to content

behaverse/data-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e046ac5 · Mar 11, 2025
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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