CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
SECURITY.md
SUPPORT.md
THIRD_PARTY.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/dco.yml
.github/workflows/release.yml
docs/divergences.md
docs/report-schema.md
docs/rule-coverage.json
docs/scope.md
docs/assets/door.svg
docs/assets/verdict.svg
src/aas_submodel_validate/__init__.py
src/aas_submodel_validate/__main__.py
src/aas_submodel_validate/_terminal.py
src/aas_submodel_validate/cli.py
src/aas_submodel_validate/container.py
src/aas_submodel_validate/example.py
src/aas_submodel_validate/loader.py
src/aas_submodel_validate/model.py
src/aas_submodel_validate/registry.py
src/aas_submodel_validate/report.py
src/aas_submodel_validate/runner.py
src/aas_submodel_validate/semantics.py
src/aas_submodel_validate.egg-info/PKG-INFO
src/aas_submodel_validate.egg-info/SOURCES.txt
src/aas_submodel_validate.egg-info/dependency_links.txt
src/aas_submodel_validate.egg-info/entry_points.txt
src/aas_submodel_validate.egg-info/requires.txt
src/aas_submodel_validate.egg-info/top_level.txt
src/aas_submodel_validate/data/example/idta-02004-2.0.aasx
src/aas_submodel_validate/data/example/sha256sums.txt
src/aas_submodel_validate/data/smt/02003/2.0.1/sha256sums.txt
src/aas_submodel_validate/data/smt/02003/2.0.1/template.json
src/aas_submodel_validate/data/smt/02004/2.0.1/sha256sums.txt
src/aas_submodel_validate/data/smt/02004/2.0.1/template.json
src/aas_submodel_validate/data/smt/02035-2/1.0/sha256sums.txt
src/aas_submodel_validate/data/smt/02035-2/1.0/template.json
src/aas_submodel_validate/rules/__init__.py
src/aas_submodel_validate/rules/battery.py
src/aas_submodel_validate/rules/battery_tables.py
src/aas_submodel_validate/rules/container.py
src/aas_submodel_validate/rules/dbp.py
src/aas_submodel_validate/rules/dbp_tables.py
src/aas_submodel_validate/rules/detect.py
src/aas_submodel_validate/rules/engine.py
src/aas_submodel_validate/rules/handover.py
src/aas_submodel_validate/rules/hd.py
src/aas_submodel_validate/rules/hd_tables.py
src/aas_submodel_validate/rules/profiles.py
src/aas_submodel_validate/rules/td.py
src/aas_submodel_validate/rules/td_tables.py
src/aas_submodel_validate/rules/values.py
tests/builders.py
tests/conftest.py
tests/test_battery_rules.py
tests/test_check_distributions.py
tests/test_ci_parity.py
tests/test_cli.py
tests/test_cli_flags.py
tests/test_conformance_preserved.py
tests/test_container.py
tests/test_dbp_hand_rules.py
tests/test_dbp_rules.py
tests/test_dbp_tables.py
tests/test_decisions_are_pinned.py
tests/test_detect.py
tests/test_door.py
tests/test_engine_regressions.py
tests/test_engine_seam.py
tests/test_generated_rules.py
tests/test_generated_rules_td.py
tests/test_hand_rules.py
tests/test_hand_rules_td.py
tests/test_hostile_input.py
tests/test_loader.py
tests/test_meta_channel.py
tests/test_model.py
tests/test_official_material.py
tests/test_official_material_td.py
tests/test_output_encoding.py
tests/test_pack_roster.py
tests/test_package.py
tests/test_part_names.py
tests/test_profiles.py
tests/test_provenance.py
tests/test_readme_front.py
tests/test_registry.py
tests/test_report_order.py
tests/test_report_schema_doc.py
tests/test_rules_container.py
tests/test_runner.py
tests/test_semantics.py
tests/test_spec_accuracy.py
tests/test_td_tables.py
tests/test_values.py
tests/test_verdict_diff.py
tests/test_which_copy_ran.py
tests/test_xml_encoding.py
tests/test_zipapp_contents.py
tests/corpus/idta/README.md
tests/corpus/idta/02003/sample-2.0.1.aasx
tests/corpus/idta/02003/sample-2.0.aasx
tests/corpus/idta/02003/sample-2.0.json
tests/corpus/idta/02003/sha256sums.txt
tests/corpus/idta/02004/example.json
tests/corpus/idta/02004/sha256sums.txt
tools/battery_data_check.py
tools/build_zipapp.py
tools/check_distributions.py
tools/extract_battery_rules.py
tools/extract_smt_rules.py
tools/gen_door.py
tools/rule_coverage.py
tools/vendor_template.py
tools/verdict_diff.py