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

# 🐞 bug report ### Affected Rule he issue is caused by the rule: pip_parse ### Is this a regression? No ### Description I'm developing a tensorflow addon with custom...

We've had several requests where users want to modify something about the toolchain definitions that are generated for the hermetic runtimes. Typically these are small tweaks. Allowing other modules to...

type: feature request
type: bzlmod
type: toolchain

Bumps [keyring](https://github.com/jaraco/keyring) from 23.13.1 to 25.3.0. Changelog Sourced from keyring's changelog. v25.3.0 Features Deprecated support for empty usernames. Now all backends will reject an empty string as input for the...

dependencies
python

Removes the need for system binaries to make the Python interpreter library directories/files read-only. Fixes #2016

Bumps [requests-toolbelt](https://github.com/requests/toolbelt) from 0.10.1 to 1.0.0. Changelog Sourced from requests-toolbelt's changelog. 1.0.0 -- 2023-05-01 Breaking Changes - Removed Google App Engine support to allow using urllib3 2.0 Fixed Bugs -...

dependencies
python

# 🚀 feature request ### Relevant Rules `pip.parse` when using `experimental_index_url` and `experimental_extra_index_urls` ### Description Using the bazel downloader can result in a lot of warnings: ``` $ bazel test...

type: pip
need: upstream support

# 🚀 feature request ### Relevant Rules `pip.parse` ### Description Currently the `pip.parse` needs the `hub_name` parameter, which in reality is quite often set to `pypi` or `pip` in the...

type: feature request
type: bzlmod

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `whl_filegroup` ### Is this a regression? No ### Description The `whl_filegroup` rule runs a python script,...

help wanted
need: repro

This is a code error (from typo).

# 🚀 feature request ### Relevant Rules `py_library` / `py_binary` ### Description If there is a python library `@foo//bar:baz`, how can I import it from the main repository? Pre-bzlmod, you...

type: feature request
type: bzlmod