A zero-dependency script skeleton for bootstrapping a developer's environment for onboarding to an existing Python project. Designed to work with Python 3.8 or later, it handles the bootstrapping of ...
In pypa/packaging-problems#342 (comment), it's been suggested that Fromager can solve the bootstrapping problem because it allows for prepare_build to pull built wheel artifacts. It's unclear to me, ...