Tiny CLI for printing metadata.json from .indico archives.
Install the tool from this local folder:
uv tool install /home/m/indico/indico-inspectThen run:
indico-inspect /path/to/file.indicoRun without installing:
uvx --from /home/m/indico/indico-inspect indico-inspect /path/to/file.indicoInspect one file:
indico-inspect submission.indicoInspect multiple files:
indico-inspect first.indico second.indico- Opens each
.indicofile as a zip archive - Reads
metadata.json - Parses the JSON payload
- Prints it with
rich.print
On failure, the command exits with status 1 and prints a readable error message to stderr.