Clone this repo:
  1. 5281261 fix: normalize stub_path in repl.bzl (#3104) by Jonathan Woodbury · 8 hours ago upstream/main
  2. aa60229 fix(pypi): expose pypi packages only common to all python versions (#3107) by Jaemin Choi · 19 hours ago
  3. 004be45 feat(gazelle): `python_proto_naming_convention` directive controls `py_proto_library` naming (#3093) by Charles OuGuo · 2 days ago
  4. f02c9c7 refactor(gazelle_manifest): print the wrong hash when encountered (#3103) by Alex Eagle · 5 days ago
  5. 2c7187d fix: support debian multiarch with local toolchains (#3100) by Richard Levasseur · 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

  • Status: Beta
  • Full Feature Parity: No

See Bzlmod support for more details.