Clone this repo:
  1. 8ff4386 fix: make sys.executable work with script bootstrap (#2409) by Richard Levasseur · 2 hours ago upstream/main
  2. 4a55ef4 chore(gazelle): Rename GAZELLE_VERBOSE env var; use idiomatic go; add comments (#2428) by Douglas Thor · 25 hours ago
  3. b9b0948 chore!(pip.parse): remove parse_all_requirements_files attribute (#2407) by Ignas Anikevicius · 2 days ago
  4. d52b964 feat(pypi): Add extra_hub_aliases to pip_repository too (#2426) by Garrett Holmstrom · 2 days ago
  5. 9766cb6 chore: extra code removals before 1.0 (#2421) by Ignas Anikevicius · 3 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.