sdruskat / cff-in-the-wild

Analysis of Citation File Format files on GitHub
Apache License 2.0
2 stars 0 forks source link

Add sanity check for CFF metadata #27

Closed sdruskat closed 2 years ago

sdruskat commented 2 years ago

This PR adds a sanity check to see if the metadata dict read from a CFF file contains at least the required CFF keys.

This is a first step towards complete validation (e.g., via cffconvert --validate).