osmose.config.validator

Validate OSMOSE configuration against schema.

Functions

check_file_references(config, base_dir[, ...])

Check that file-referencing parameters point to existing files.

check_species_consistency(config)

Check that species.name keys exist for all declared species and resources.

summarize_config_validation(config, registry)

Aggregate all config checks into (errors, warnings) of human-readable strings.

validate_config(config, registry)

Validate config values against registry schema.

validate_field(key, value, field)

Validate a single field value.