rules_python
rules_python copied to clipboard
Bazel Python Rules
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
Hi, I have a py_binary that depends on a python pip library (grpcio) that has a native extension bundled in. This means that to create a linux container i'd need...
That's just an anti-pattern. We should use the real one, or recreate the few needed features and not call it skylib.
# 🚀 feature request ### Relevant Rules This feature request is for a new rule. ### Description A clear and concise description of the problem or missing capability... I'm looking...
# 🚀 feature request ### Relevant Rules Existing rules: * `pip_install` * `pip_parse` ### Description RE: https://github.com/bazelbuild/rules_python/issues/74, but only covers customizing the index urls. We'd like to see support for...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Docs...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [ ] Docs...
# 🚀 feature request ### Relevant Rules ### Description After we run the `bazel build --build_python_zip //target` , we get the zip file, when we run the file, we need...
# 🐞 bug report ### Affected Rule `entry_point` ### Is this a regression? unknown ### Description When using packages that are cython-based (eg orjson/uvloop) the packages appear to work fine...
# 🚀 feature request RBE should be enabled in CI. I tried to do this in https://github.com/bazelbuild/rules_python/pull/520 but ran into many failing tests. Hopefully the maintainers can find some time...