.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
bidsreader/__init__.py
bidsreader.egg-info/PKG-INFO
bidsreader.egg-info/SOURCES.txt
bidsreader.egg-info/dependency_links.txt
bidsreader.egg-info/requires.txt
bidsreader.egg-info/top_level.txt
bidsreader/readers/__init__.py
bidsreader/readers/basereader.py
bidsreader/readers/cmlbidsreader.py
bidsreader/readers/niabidsreader.py
bidsreader/src/__init__.py
bidsreader/src/_errorwrap.py
bidsreader/src/_neurorad_algo.py
bidsreader/src/convert.py
bidsreader/src/exc.py
bidsreader/src/filtering.py
bidsreader/src/helpers.py
bidsreader/src/region_enrichment.py
bidsreader/src/units.py
tests/__init__.py
tests/conftest.py
tests/test_basereader.py
tests/test_cmlbidsreader.py
tests/test_convert.py
tests/test_errorwrap.py
tests/test_exc.py
tests/test_filtering.py
tests/test_helpers.py
tests/test_neurorad_algo.py
tests/test_niabidsreader.py
tests/test_pair_midpoint_parity.py
tests/test_region_enrichment.py
tests/test_units.py
tutorials/bidsreader_tutorial.ipynb