.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
codecov.yaml
pyproject.toml
uv.lock
.github/workflows/ci.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
tests/conftest.py
tests/test_entities.py
tests/test_indexing.py
tests/test_main.py
tests/test_metadata.py