Clone this repo:
  1. 7c6b109 tests: set --windows_enable_symlinks in bzlmod example (#3409) by Richard Levasseur · 3 days ago upstream/main
  2. 179e2cb fix(gazelle): correct runfiles path handling in gazelle_python_manifest test (#3398) by Tim · 4 days ago
  3. e40b609 fix: use runfiles symlinks for venv symlink creation to reduce action count (#3402) by Richard Levasseur · 6 days ago
  4. 4dca7e5 chore: make doc building use bootstrap script and venv site packages (#3403) by Richard Levasseur · 6 days ago
  5. e132012 fix(pip): allow for different extras for different target platforms (#3385) 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.