Metadata-Version: 2.1
Name: cnsr
Version: 0.0.2
Summary: Lab code package for the CNSR lab at Heidelberg University
Maintainer-email: Dominic Kempf <ssc@iwr.uni-heidelberg.de>, Torsten Wüstenberg <torsten.wuestenberg@psychologie.uni-heidelberg.de>, Daniel Holt <daniel.holt@psychologie.uni-heidelberg.de>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: COPYING.md
Requires-Dist: click<9
Requires-Dist: ipyfilechooser<1
Requires-Dist: jupyter_app_launcher<1,>=0.1
Requires-Dist: jupyterlab<4,>=3.1
Requires-Dist: matplotlib<4
Requires-Dist: mne<2
Requires-Dist: mne-nirs<1
Requires-Dist: neurokit2<1
Requires-Dist: nilearn<1
Requires-Dist: numpy<2
Requires-Dist: openpyxl<4
Requires-Dist: pandas<3
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"

# Welcome to cnsr

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Installation

The Python package `cnsr` can be installed from PyPI:

```
python -m pip install cnsr
```

## Acknowledgments

TODO.
