Clone this repo:
  1. d1279c3 Link a quickstart screen recording for rules_python beginners into docs (#3658) by Jonathan Block · 17 hours ago upstream/main
  2. 2c50daf chore: use bazel 9 by default (#3662) by Richard Levasseur · 18 hours ago
  3. be2f16e tests: add bazel 9 testing, use latest released (not rc) for bazel (#3650) by Richard Levasseur · 3 days ago
  4. 8c2cae6 refactor(pypi): move absolute_url to whl_library (#3652) by Ignas Anikevicius · 6 days ago
  5. 7ca9e3f fix(toolchain): Also set Make variables for local toolchains (#3641) by Jeremy Nimmer · 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, 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.