marda-alliance / metadata_extractors_schema

Archive of MaRDA Metadata Extractors Schema. See datatractor/schema for the current repository.
https://github.com/datatractor/schema
MIT License
6 stars 1 forks source link

`Extractor`: implement `usage` and `installation` schemas #22

Closed PeterKraus closed 1 year ago

PeterKraus commented 1 year ago

This PR re-implements the usage and installation attributes of an Extractor, so that the execution via the api can be fully self-contained using information from within the registry. Closes #19 .

PeterKraus commented 1 year ago

@ml-evs this should be in a better shape now, please have a look once you have time. One thing that's still open is the set / format of "keywords", related to the Extractor:usage:command field. We can either push this PR as is and leave #19 open, or resolve #19 there and then add a longer docstring for that attribute here.