Metadata-Version: 2.1
Name: behaverse-data-loader
Version: 0.0.0.dev2
Summary: Behaverse package.
Author-email: xCIT Development Team <contact@xcit.org>
Maintainer-email: Morteza Ansarinia <ansarinia@me.com>, Hoorieh Afkari <hoorieh.afkari@uni.lu>, Pedro Cardoso-Leite <pedro.cardosoleite@uni.lu>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: dvc>3 ; extra == "dvc"
Requires-Dist: dvc-ssh ; extra == "dvc"
Requires-Dist: pytest ; extra == "test"
Project-URL: Documentation, https://behaverse.github.io/data-loader
Project-URL: Homepage, https://behaverse.org/data
Project-URL: Repository, https://github.com/behaverse/data-loader
Provides-Extra: dvc
Provides-Extra: test

# Behaverse Python Package

The `behaverse-data-loader` package is a Python implementation of the Behaverse Data, enabling seamless access to behavioral datasets in Python.

## Installation

To install the package, you can use pip:

```bash
pip install behaverse-data-loader
```

## Usage

See the [Behaverse website](https://behaverse.org/data) for more information on how to use the package.

## License

TODO

## Contributing


### Development

Before starting development, you need to install the dependencies. You can do this by creating a new conda environment as defined in the `environment.yml` file:

```bash
mamba env create -f environment.yml
mamba activate behaverse
```

### Documentation

To generate documentations and API reference, run the following commands from the main directory of the project:

```bash
cd docs
quartodoc build && quartodoc interlinks && quarto preview
```

The documentation will be available in the `docs/_site/` directory.



## Acknowledgements

TODO

## Citation

TODO

