.gitignore
.gitmodules
.pre-commit-config.yaml
.pylintrc
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/ci.yaml
.github/workflows/docs.yaml
benchmark/indexing/README.md
benchmark/indexing/analysis.ipynb
benchmark/indexing/benchmark_indexing.py
benchmark/indexing/nki_ancpbids_batch_array.sh
benchmark/indexing/nki_bids2table_batch_array.sh
benchmark/indexing/nki_pybids_batch_array.sh
benchmark/indexing/setup_environments.sh
benchmark/indexing/figures/indexing_performance.png
benchmark/query/README.md
benchmark/query/query_benchmark.ipynb
benchmark/query/requirements.txt
benchmark/query/setup_environment.sh
bids2table/__init__.py
bids2table/__main__.py
bids2table/_b2t.py
bids2table/_version.py
bids2table/entities.py
bids2table/logging.py
bids2table/table.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/extractors/__init__.py
bids2table/extractors/bids.py
bids2table/extractors/dataset.py
bids2table/extractors/image.py
bids2table/extractors/inheritance.py
bids2table/extractors/metadata.py
example/example.ipynb
tests/__init__.py
tests/test_bids2table.py
tests/test_entities.py
tests/test_main.py
tests/test_table.py
tests/test_extractors/__init__.py
tests/test_extractors/test_dataset.py
tests/test_extractors/test_image.py
tests/test_extractors/test_metadata.py