.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
bidsreader/__init__.py
bidsreader/_errorwrap.py
bidsreader/basereader.py
bidsreader/cmlbidsreader.py
bidsreader/convert.py
bidsreader/exc.py
bidsreader/filtering.py
bidsreader/helpers.py
bidsreader/public_helpers.py
bidsreader/units.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
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_units.py
tutorials/bidsreader_tutorial.ipynb