A repository for the development of an Exifread to CASE implementation.
Use of a python virtual environment suggested
cd CASE-Implementation-PyPI-Exifread
pip install .
exifread2case <nameof.jpeg>
This repository follows CASE community guidance on describing development status, by adherence to noted support requirements.
The status of this repository is:
4 - Beta
Version notes:
-
0.1.0 - Initial release of Beta
-
0.1.1 - Update to Beta release to deal with removal of rdflib-jsonld (unused import)
-
0.1.2 - Case 1.2.0 support
- fixes to some of the vocabulary used in the code for clarity
- new flag for deterministic uuids in certain instances
- thanks to @ajnelson-nist for all the PRs on this one
-
0.2.0 - Case 1.3.0 support
- testing in Python 3.12