.coveragerc
.git_archival.txt
.gitattributes
.gitignore
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
asv.conf.json
conftest.py
pyproject.toml
setup.cfg
.github/workflows/linting.yml
.github/workflows/publish_pypi.yml
.github/workflows/test_with_pytest.yml
.github/workflows/verify_sphinx_doc.yml
benchmarks/__init__.py
benchmarks/benchmarks.py
docs/.gitignore
docs/Makefile
docs/source/.gitignore
docs/source/api.rst
docs/source/ci_config.rst
docs/source/code_style.rst
docs/source/conf.py
docs/source/defining_rules.rst
docs/source/filter_rules.rst
docs/source/index.rst
docs/source/installing.rst
docs/source/tips_and_tricks.rst
docs/source/usage.rst
docs/source/_static/ids_validator.css
docs/source/_templates/custom-class-template.rst
docs/source/_templates/custom-module-template.rst
docs/source/_templates/autosummary/accessor.rst
docs/source/_templates/autosummary/accessor_attribute.rst
docs/source/_templates/autosummary/accessor_callable.rst
docs/source/_templates/autosummary/accessor_method.rst
docs/source/_templates/autosummary/base.rst
docs/source/courses/basic_user_training.rst
docs/source/courses/basic/debug.rst
docs/source/courses/basic/explore.rst
docs/source/courses/basic/run.rst
docs/source/courses/basic/setup.rst
docs/source/courses/basic/write.rst
imas_validator/__init__.py
imas_validator/__main__.py
imas_validator/_version.py
imas_validator/exceptions.py
imas_validator/setup_logging.py
imas_validator/validate_options.py
imas_validator.egg-info/PKG-INFO
imas_validator.egg-info/SOURCES.txt
imas_validator.egg-info/dependency_links.txt
imas_validator.egg-info/entry_points.txt
imas_validator.egg-info/requires.txt
imas_validator.egg-info/top_level.txt
imas_validator/assets/rulesets/generic/__init__.py
imas_validator/assets/rulesets/generic/core_profiles.py
imas_validator/assets/rulesets/generic/core_sources.py
imas_validator/assets/rulesets/generic/core_transport.py
imas_validator/assets/rulesets/generic/edge_profiles.py
imas_validator/assets/rulesets/generic/edge_sources.py
imas_validator/assets/rulesets/generic/edge_transport.py
imas_validator/assets/rulesets/generic/generic.py
imas_validator/assets/rulesets/generic/pf_active.py
imas_validator/assets/rulesets/generic/plasma_profiles.py
imas_validator/assets/rulesets/generic/plasma_sources.py
imas_validator/assets/rulesets/generic/plasma_transport.py
imas_validator/assets/rulesets/generic/radiation.py
imas_validator/assets/rulesets/generic/summary.py
imas_validator/assets/rulesets/iter/__init__.py
imas_validator/assets/rulesets/iter/core_profiles.py
imas_validator/assets/rulesets/iter/edge_profiles.py
imas_validator/assets/rulesets/iter/equilibrium.py
imas_validator/assets/rulesets/iter/summary.py
imas_validator/assets/rulesets/scenarios/__init__.py
imas_validator/assets/rulesets/scenarios/core_profiles.py
imas_validator/assets/rulesets/scenarios/edge_profiles.py
imas_validator/assets/rulesets/scenarios/edge_sources.py
imas_validator/assets/rulesets/scenarios/edge_transport.py
imas_validator/assets/rulesets/scenarios/equilibrium.py
imas_validator/assets/rulesets/scenarios/summary.py
imas_validator/assets/training_rulesets/custom_ruleset/__init__.py
imas_validator/assets/training_rulesets/custom_ruleset/training_custom.py
imas_validator/cli/__init__.py
imas_validator/cli/command_parser.py
imas_validator/cli/imas_validator_cli.py
imas_validator/cli/commands/__init__.py
imas_validator/cli/commands/command_generic.py
imas_validator/cli/commands/command_interface.py
imas_validator/cli/commands/explore_command.py
imas_validator/cli/commands/validate_command.py
imas_validator/common/__init__.py
imas_validator/common/utils.py
imas_validator/report/__init__.py
imas_validator/report/summaryReportGenerator.py
imas_validator/report/utils.py
imas_validator/report/validationReportGenerator.py
imas_validator/rules/__init__.py
imas_validator/rules/ast_rewrite.py
imas_validator/rules/data.py
imas_validator/rules/docs_dataclass.py
imas_validator/rules/helpers.py
imas_validator/rules/loading.py
imas_validator/training/training_setup.py
imas_validator/validate/__init__.py
imas_validator/validate/explore.py
imas_validator/validate/ids_wrapper.py
imas_validator/validate/result.py
imas_validator/validate/result_collector.py
imas_validator/validate/rule_executor.py
imas_validator/validate/validate.py
tests/test_ast_rewrite.py
tests/test_basic_comparisons.py
tests/test_basic_math.py
tests/test_cli.py
tests/test_debug.py
tests/test_loading.py
tests/test_numpy.py
tests/test_result_collector.py
tests/test_rule_executor.py
tests/test_rule_helpers.py
tests/test_utils.py
tests/test_validate.py
tests/test_validationReportGenerator.py
tests/test_version.py
tests/integration/test_generic_ruleset.py
tests/rulesets/base/generic/common_ids.py
tests/rulesets/base/generic/core_profiles.py
tests/rulesets/base/test-ruleset/__init__.py
tests/rulesets/base/test-ruleset/common_ids.py
tests/rulesets/base/test-ruleset/core_profiles.py
tests/rulesets/env_var/generic/common_ids.py
tests/rulesets/env_var/generic/core_profiles.py
tests/rulesets/env_var/test-ruleset/common_ids.py
tests/rulesets/env_var/test-ruleset/core_profiles.py
tests/rulesets/env_var2/generic/common_ids.py
tests/rulesets/exceptions/generic/empty.py
tests/rulesets/exceptions/generic/syntax_error.py
tests/rulesets/exceptions/generic/wrong_file_extension.pie
tests/rulesets/filter_test/test-ruleset/core_profiles.py
tests/rulesets/filter_test/test-ruleset/equilibrium.py
tests/rulesets/validate-test/test-ruleset/core_profiles.py
tests/rulesets/validate-test/test-ruleset/equilibrium.py