CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
biql/__init__.py
biql/ast_nodes.py
biql/cli.py
biql/dataset.py
biql/evaluator.py
biql/formatter.py
biql/lexer.py
biql/parser.py
biql/query.py
biql/utils.py
examples/basic_queries.py
examples/cli_examples.sh
examples/qsm_examples.py
tests/__init__.py
tests/conftest.py
tests/test_bids_dataset.py
tests/test_biql_evaluator.py
tests/test_biql_formatter.py
tests/test_biql_lexer.py
tests/test_biql_parser.py
tests/test_cli.py
tests/test_error_handling.py
tests/test_integration.py
tests/test_performance.py
tests/test_qsm_workflow.py
tests/test_query_api.py