Introducing multistage-build: a proxy build-backend with customisable pre- and post-build hooks
Sometimes you want to customise your Python project's build with a pre-processing or post-processing step that isn't built-in to the PEP-517 build backend that you happen to be using. In my day-to-day work I have multiple such needs, including: The ability to run tasks before the actual build takes place …