README.md
setup.py
ifc_data_checker/__init__.py
ifc_data_checker/__main__.py
ifc_data_checker/config.py
ifc_data_checker/config.yml
ifc_data_checker/constraint_checks.py
ifc_data_checker/constraints.py
ifc_data_checker/path_operators.py
ifc_data_checker/report.py
ifc_data_checker/rules.py
ifc_data_checker/rules.schema.json
ifc_data_checker/validation.py
ifc_data_checker/yaml_helper.py
ifc_data_checker.egg-info/PKG-INFO
ifc_data_checker.egg-info/SOURCES.txt
ifc_data_checker.egg-info/dependency_links.txt
ifc_data_checker.egg-info/requires.txt
ifc_data_checker.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/suite.py
tests/constraint_checks/__init__.py
tests/constraint_checks/constraint_check_test.py
tests/constraint_checks/equals_test.py
tests/constraint_checks/exists_test.py
tests/constraint_checks/in_test.py
tests/constraint_checks/not_test.py
tests/constraint_checks/type_test.py
tests/constraints/__init__.py
tests/constraints/and_test.py
tests/constraints/constraint_component_test.py
tests/constraints/constraint_test.py
tests/constraints/or_test.py
tests/constraints/set_test.py
tests/path_operators/__init__.py
tests/path_operators/filter_attribute_test.py
tests/path_operators/filter_type_test.py
tests/path_operators/get_attribute_test.py
tests/path_operators/get_list_test.py
tests/path_operators/path_operator_test.py