Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 09:05
· 26 commits to master since this release

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