v0.2.0
Woc is a huuugee dataset of hundreds of files and hundreds of terabytes. To make sure everything is in good shape after transmission, wocProfile v2 adds an optional digest field to verify the integrity of each of the files.
To create a wocProfile with file digests:
python3 -m woc.detect /woc --with-digest > wocprofile.json
To verify the digests:
python3 -m woc.verify --profile wocprofile.json
This version does not break the old profile schema (v1).
Full Changelog: v0.1.2...v0.2.0