Codemeta Harvester This is a harvester for software metadata. It actively attempts to detect and convert software metadata in source code repositories and converts this to a unified codemeta representation. The tool is implemented as a simple POSIX shell script that in turn invokes a number of tools to do the actual work: codemetapy - Conversion to codemeta from various other metadata formats cffconvert - Conversion from CITATION.cff to codemeta A few simple additional metadata extractions me...