LICENSE
README.md
pyproject.toml
src/opencypher_compliance/__init__.py
src/opencypher_compliance/catalog.py
src/opencypher_compliance/cli.py
src/opencypher_compliance/comparator.py
src/opencypher_compliance/config.py
src/opencypher_compliance/output.py
src/opencypher_compliance/report.py
src/opencypher_compliance/runner.py
src/opencypher_compliance.egg-info/PKG-INFO
src/opencypher_compliance.egg-info/SOURCES.txt
src/opencypher_compliance.egg-info/dependency_links.txt
src/opencypher_compliance.egg-info/entry_points.txt
src/opencypher_compliance.egg-info/requires.txt
src/opencypher_compliance.egg-info/top_level.txt
src/opencypher_compliance/adapters/__init__.py
src/opencypher_compliance/adapters/bolt.py
src/opencypher_compliance/adapters/falkordb.py
src/opencypher_compliance/catalog/clauses.yaml
src/opencypher_compliance/catalog/data_types.yaml
src/opencypher_compliance/catalog/expressions.yaml
src/opencypher_compliance/catalog/functions_aggregate.yaml
src/opencypher_compliance/catalog/functions_list.yaml
src/opencypher_compliance/catalog/functions_math.yaml
src/opencypher_compliance/catalog/functions_scalar.yaml
src/opencypher_compliance/catalog/functions_string.yaml
src/opencypher_compliance/catalog/functions_temporal.yaml
src/opencypher_compliance/catalog/operators.yaml
src/opencypher_compliance/templates/__init__.py
src/opencypher_compliance/templates/report.html
tests/test_adapters.py
tests/test_catalog.py
tests/test_cli.py
tests/test_comparator.py
tests/test_config.py
tests/test_output.py
tests/test_report.py
tests/test_runner.py