LICENSE
README.md
pyproject.toml
src/bidsval/__init__.py
src/bidsval/cli.py
src/bidsval/issues.py
src/bidsval/report.py
src/bidsval/validate.py
src/bidsval.egg-info/PKG-INFO
src/bidsval.egg-info/SOURCES.txt
src/bidsval.egg-info/dependency_links.txt
src/bidsval.egg-info/entry_points.txt
src/bidsval.egg-info/requires.txt
src/bidsval.egg-info/top_level.txt
src/bidsval/context/__init__.py
src/bidsval/context/associations.py
src/bidsval/context/builder.py
src/bidsval/context/entities.py
src/bidsval/context/inheritance.py
src/bidsval/context/loaders.py
src/bidsval/expr/__init__.py
src/bidsval/expr/evaluator.py
src/bidsval/expr/functions.py
src/bidsval/files/__init__.py
src/bidsval/files/bidsignore.py
src/bidsval/files/tree.py
src/bidsval/render/__init__.py
src/bidsval/render/html.py
src/bidsval/render/json.py
src/bidsval/render/sarif.py
src/bidsval/render/text.py
src/bidsval/rules/__init__.py
src/bidsval/rules/bespoke.py
src/bidsval/rules/citation.py
src/bidsval/rules/column_types.py
src/bidsval/rules/dataset_checks.py
src/bidsval/rules/engine.py
src/bidsval/rules/filenames.py
src/bidsval/rules/guidance.py
src/bidsval/rules/integrity.py
src/bidsval/rules/tables.py
src/bidsval/rules/values.py
src/bidsval/schema/__init__.py
src/bidsval/schema/cache.py
src/bidsval/schema/introspect.py
src/bidsval/schema/resolve.py
src/bidsval/schema/bundled/1.10.0.json
src/bidsval/schema/bundled/1.10.1.json
src/bidsval/schema/bundled/1.11.0.json
src/bidsval/schema/bundled/1.11.1.json
src/bidsval/schema/bundled/1.8.0.json
src/bidsval/schema/bundled/1.9.0.json
tests/test_cli.py
tests/test_dataset_checks.py
tests/test_engine_units.py
tests/test_expressions.py
tests/test_filenames.py
tests/test_functions.py
tests/test_inheritance_and_tabular.py
tests/test_integrity_and_guidance.py
tests/test_layers.py
tests/test_models.py
tests/test_real_data.py
tests/test_recursive.py
tests/test_render.py
tests/test_robustness.py
tests/test_schema_resolve.py
tests/test_validate.py
tests/test_value_types.py