rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Bazel Python Rules

Results 536 rules_python issues
Sort by recently updated
recently updated
newest added

# 🚀 feature request ### Relevant Rules I have been making use of the `experimental_requirement_cycles` parameter for the `pip_parse` rule and greatly benefiting from it. I wanted to ask if...

When a py_binary is built, the resulting executable is expanded from the template python_bootstrap_template.txt. As of Bazel 7, `py_runtime` allows specifying this template. This allows us to customize program startup...

# 🐞 bug report ### Affected Rule n/a ### Is this a regression? no ### Description The python toolchains downloaded by this rule depend on an (outdated) version of the...

type: toolchain

# Code health ### Relevant Rules The upcoming multi-toolchain supporting rules. (see https://github.com/bazelbuild/rules_python/pull/846) ### Description The multi-toolchain supporting rules forward on testing.TestEnvironment, but that name is deprecated, and is replaced...

help wanted
cleanup
type: toolchain

# 🐞 bug report ### Affected Rule The issue is caused by the file: https://github.com/bazelbuild/rules_python/blob/2b5447bca3b85141aedc7676f83a19ea2f030739/MODULE.bazel#L3 ### Is this a regression? Yes, the previous version in which this bug was not...

# 🚀 feature request ### Relevant Rules py_wheel ### Description Support an attribute to add a path prefix to the import path. This will be opposite of the existing attribute...

type: feature request
help wanted

# 🚀 feature request ### Relevant Rules Unknown ### Description I would like there to be a tool which is able to produce a valid venv such that IDEs can...

Right now the docs are not present for the macros that we export and it would be great to have docs generated for all of the publicly available macros/rules for...

type: documentation
gazelle

# 🐞 bug report / support request ### Description I have the following situation that I am currently not able to solve with Bazel and the Python rules. * I...

type: feature request
help wanted
type: pip