rules_python
rules_python copied to clipboard
feat: (WIP) Add pypi_install() rule
Adds an example/pypi_install directory to show-case multi-arch py binaries.
Caveats:
- Doesn't use bzlmod yet.
- Doesn't support multiple Python versions.
- Need to re-lock requirements.txt files with the hermetic toolchain.
- Probably more that I can't think of.