Expand description
Format-specific validation utilities
This module provides validators for specific file formats used in scientific computing.
Structs§
- Format
Validation Result - Structure for validation result details
Enums§
- Data
Format - 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