Engine for creating and running validation suites for general purposes. Current version is 2.0.0, with a release cadence of minor updates every few months.
pip install validations-engineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize engine, add a rule for age field, and validate a sample payload.
Replace `result.valid` with `result.is_valid`.
Ensure field names in rules exactly match payload keys.
Replace `engine.load_rules_from_yaml('rules.yaml')` with `engine.load_rules_from_file('rules.yaml')`.