This is a plugin to use with the quetz package server.
To install use:
pip install .
Run the transumtation job on all packages (server wide) using the following RESTful request:
QUETZ_API_KEY=...
curl -X POST localhost:8000/api/jobs \
-H "X-api-key: ${QUETZ_API_KEY}" \
-d '{"items_spec": "*", "manifest": "quetz-transmutation:transmutation"}'