Page MenuHomeSoftware Heritage

Rewrite make targets in pure Python
Closed, MigratedEdits Locked

Description

Makefile of swh-web is quite huge with a large number of targets and complicated shell commands inside them.

It would be better to wrap all these targets in a cleaner way through a Python CLI with proper help and options.