Collect publiccode metadata as package-like data
See https://github.com/publiccodeyml/publiccode.yml This is package-like data in YAML and we would a handler to parse this. See also:
- https://github.com/publiccodeyml/publiccode.yml
- https://github.com/italia/publiccode.yml-docs
- https://github.com/italia#-publiccode for several tools maintained by @bfabio
Examples:
- https://github.com/consiglionazionaledellericerche/sigla-main/blob/master/publiccode.yml
- https://code.europa.eu/vecto/vecto/-/blob/stable/publiccode.yml?ref_type=heads
Presented at FOSDEM 2022 by @ruphy https://archive.fosdem.org/2022/schedule/event/publiccodeyml/
Hi, is it still open? If so, can you provide what we are trying to solve?
@devlakshay the goal would be to create a new module to parse the YAML files https://github.com/search?q=path%3Apubliccode.yml&type=code and create a package data out of it. Like we do for Maven for instance.
@devlakshay please read the links listed in this issues And check the packagedcode/ module here to see what we do with other package metadata.