.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
codecov.yaml
pyproject.toml
uv.lock
.github/dependabot.yaml
.github/workflows/ci.yaml
.github/workflows/coverage.yaml
.github/workflows/docs.yaml
.github/workflows/release.yaml
bids2table/__init__.py
bids2table/__main__.py
bids2table/_entities.py
bids2table/_indexing.py
bids2table/_logging.py
bids2table/_metadata.py
bids2table/_pathlib.py
bids2table/_version.py
bids2table.egg-info/PKG-INFO
bids2table.egg-info/SOURCES.txt
bids2table.egg-info/dependency_links.txt
bids2table.egg-info/entry_points.txt
bids2table.egg-info/requires.txt
bids2table.egg-info/top_level.txt
bids2table/pybids/__init__.py
bids2table/pybids/_bidsfile.py
bids2table/pybids/_layout.py
bids2table/pybids/_utils.py
tests/conftest.py
tests/test_entities.py
tests/test_indexing.py
tests/test_main.py
tests/test_metadata.py
tests/pybids/test_bidsfile.py
tests/pybids/test_custom_entities.py
tests/pybids/test_layout.py
tests/pybids/test_query.py