rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Bazel Python Rules

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

Right now the darwin is `requirements_darwin.txt`, windows is `requirements_windows.txt` and `requirements.txt` is for `linux`. Before we release 1.0, we should make the filenames follow the same convention.

# 🚀 feature request ### Relevant Rules + gazelle ### Description Sometimes a python code base uses relative imports: ```python from .baz import Baz from .same_package_other_module import cat_in_the_hat from ..one_level_up...

help wanted
gazelle

The `gazelle` plugin for `rules_python` as of now has no active maintainer and I would like to create this issue to attract attention. There are a few big users of...

help wanted
gazelle

* Why this change is being made, briefly. The PR makes it possible to configure python code coverage through `.coveragerc` file or any other accepted config file * Before and...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4128#0191f902-8680-4008-b16f-8d29b9ebf539 Platform: Ubuntu Logs: ``` ERROR: no such package '@@[unknown repo 'rules_python_gazelle_plugin' requested from @@]//': The repository '@@[unknown repo 'rules_python_gazelle_plugin' requested from @@]' could not be resolved: No repository...

# 🚀 feature request ### Relevant Rules * `//python/extensions:python.bzl`: `python.toolchain` * `//python:repositories.bzl`: `python_register_toolchains` ### Description While the underlying rules for python toolchains/runtimes support python stacks which are actual Bazel-built targets...

help wanted

Before this PR users would need to download unused dependencies to just extract the wheels. The minimum list of deps are - `packaging` and `installer` for our `whl_installer` tool to...

# 🐞 bug report ### Affected Rule ``` pip_parse( ... envsubst = ["PIP_INDEX_URL"], extra_pip_args = ["--index-url", "${PIP_INDEX_URL}"], ) ``` ### Is this a regression? No ### Description We have an...

They have been moved to https://github.com/protocolbuffers/protobuf Not sure who would be the best person to reach out about the status of wether the proto rules outside rules_python are useable already.

# 🐞 bug report ### Affected Rule [pip_parse rule](https://rules-python.readthedocs.io/en/latest/api/rules_python/python/pip.html#pip_parse) ### Is this a regression? Unknown, haven't used it before and didn't try older versions. ### Description Trying to add new...