CRS4 Gitlab instance

Skip to content

Refactor as a package with nested CLI tool

Simone Leo requested to merge package into main

Refactors the code as a "provstore" package with a nested CLI tool.

$ provstore --help
Usage: provstore [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  load     Load RO-Crate metadata into Fuseki and upload zipped crate to...
  query    Run the SPARQL query in the provided file on the Fuseki store.
  version  Print version string and exit.

Merge request reports

Loading