Module formats

Source
Expand description

Format-specific validation utilities

This module provides validators for specific file formats used in scientific computing.

Structs§

FormatValidationResult
Structure for validation result details

Enums§

DataFormat
Common scientific data format types

Functions§

detect_file_format
Detect the format of a file
get_scientific_format_validators
Get a registry with all scientific data format validators
validate_file_format
Perform comprehensive format validation on a file
validate_format
Validate a file against a specific format