Today, while writing my own CRD-parsing python3 code, I felt a little bit wheel-reinventing
Since the new CRD/CPF format is going to release at the Canberra meeting, I guess it's time to think about our new CRD2.0 python library?
It should have following functions: verify the CRD2.0 format, extract data, etc.
I found in GitHub the CRD/CPF library from Olli Wilkman:
https://github.com/dronir/SLRdataCould be a good start.