Clone this repo:
  1. b3d9b42 fix(pip): Only directly extract .whl files in Bazel >9 (#3452) by armandomontanez · 3 days ago upstream/main
  2. d3ff1d1 refactor: add mnemonics to some gazelle and sphinxdocs actions (#3449) by Tyler French · 3 days ago
  3. 41f91e9 refactor: avoid conflict merging when shared libraries are present (#3448) by Richard Levasseur · 3 days ago
  4. 89c8f20 chore(bzlmod): assume that we can always mark the extension as reproducible (#3444) by Ignas Anikevicius · 4 days ago
  5. 2828f69 doc: target_platforms (#3445) by Ignas Anikevicius · 6 days ago

Python Rules for Bazel

Build status

Overview

This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.

Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.

Examples live in the examples directory.

The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.

The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.

Documentation

For detailed documentation, see https://rules-python.readthedocs.io

Bzlmod support

See Bzlmod support for more details.