.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
codecov.yaml
pyproject.toml
uv.lock
.github/dependabot.yaml
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/development_task.yaml
.github/ISSUE_TEMPLATE/support_request.yaml
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/workflows/benchmark.yaml
.github/workflows/ci.yaml
.github/workflows/docs.yaml
.github/workflows/release.yaml
.github/workflows/report.yaml
bids2table/__init__.py
bids2table/__main__.py
bids2table/_entities.py
bids2table/_indexing.py
bids2table/_logging.py
bids2table/_metadata.py
bids2table/_pathlib.py
bids2table/_schema.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/scm_file_list.json
bids2table.egg-info/scm_version.json
bids2table.egg-info/top_level.txt
bids2table/pybids/__init__.py
bids2table/pybids/_bidsfile.py
bids2table/pybids/_layout.py
bids2table/pybids/_utils.py
scripts/benchmark.py
tests/conftest.py
tests/test_entities.py
tests/test_indexing.py
tests/test_main.py
tests/test_metadata.py
tests/test_schema.py
tests/benchmarks/conftest.py
tests/benchmarks/test_index.py
tests/benchmarks/test_query.py
tests/pybids/test_bidsfile.py
tests/pybids/test_custom_entities.py
tests/pybids/test_layout.py
tests/pybids/test_query.py