Changes
2025.6.8 : Made configuration file overwrite failed magical value retrieval and a fix.
2024.1.16 : Added key value pair option, robustness fixes, and re-established python 3.9 compatibility.
- Fixed the Python 3.9 incompatible typing unions per pipe (added the clunky Union[stuff] back in)
- Implemented commandline addition of key value pairs for labels
- Reduced the hard fail scenarios catching the exceptions, logging, and marking as label values
2023.11.23 : Reduced magic on author name retrieval and ensured title case.
- Implemented add possibility to overwrite the author in PDF meta data (https://todo.sr.ht/~sthagen/etiketti/6)
- Implemented ensure the title in the PDF metadata is Title Case (https://todo.sr.ht/~sthagen/etiketti/5)
2023.11.22 : Fixed for real remove newline commands from title for document attributes (https://todo.sr.ht/~sthagen/etiketti/4).
2023.11.21 : Fixed remove newline commands from title for document attributes (https://todo.sr.ht/~sthagen/etiketti/4).
2023.11.20 : Implemented linearize the PDF derived (https://todo.sr.ht/~sthagen/etiketti/3).
2023.6.18 : Moved SBOM noise into folder and added SPDX SBOM (derived) in multiple file formats.
2023.2.13 : Fix: Unwrapped meta data loader trips of pdf writer (https://todo.sr.ht/~sthagen/etiketti/2).
2023.1.25 : Fixed failed CPSR coding (version request now showing the version).
2023.1.24 : Added version call interface and moved backend import into cross correlate function.
2023.1.22 : Initial publication on pypi.