A Python package to validate RO-Crates (Research Object Crate) against profiles and checks. Current version 0.9.0, requires Python >=3.10, <4.0. Active development with regular releases.
pip install roc-validatorVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a validator instance and call validate with the path to an RO-Crate directory.
Upgrade to Python 3.10 or later.
Use 'from rocvalidator...' instead of 'from roc_validator...'.
Use the built-in caching via ROCrateValidator's constructor or CLI options.
Install with 'pip install roc-validator', then import 'rocvalidator'.
No dependency data recorded yet.