Metadata-Version: 2.4
Name: BIDSlab
Version: 0.3.0
Summary: A Python package for handling BIDS datasets.
Author-email: Lukas Behammer <lukas.behammer@uni-a.de>
License-Expression: BSD-3-Clause
Project-URL: Repository, https://github.com/cimt-unia/bidslab
Project-URL: Documentation, https://bidslab.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/cimt-unia/bidslab/blob/main/CHANGELOG.md
Project-URL: Tracker, https://github.com/cimt-unia/bidslab/issues
Project-URL: Download, https://github.com/cimt-unia/bidslab/releases/latest
Project-URL: Codecov, https://codecov.io/gh/cimt-unia/bidslab
Keywords: BIDS,neuroimaging,data management
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: uritools
Requires-Dist: pandas
Requires-Dist: edf_reader
Provides-Extra: datalad
Requires-Dist: datalad; extra == "datalad"
Dynamic: license-file

### BIDSlab – *B*rain *I*maging *D*ata *S*tructure *lab*oratory <!-- codespell:ignore tructure -->

This repository contains a python package to load, manipulate and write data that is in
the [BIDS](https://bids.neuroimaging.io/) format.
This project is not affiliated with or endorsed by the BIDS organization, but is intended to be a useful tool for working with BIDS datasets.
