commit | 60517a1edbc8ecf509223e9af94a7adec7d736b8 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Nov 20 00:06:57 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Nov 20 00:06:57 2024 +0000 |
tree | 346ddf2860e4c315669b4a1e786f9feb6037c9f1 | |
parent | e493266c9611d60d2be23351f3dc33a8f2a16b34 [diff] | |
parent | 164787b6eb63c274dcd9872fdbd03e8d7f8d59c0 [diff] |
Snap for 12680993 from 164787b6eb63c274dcd9872fdbd03e8d7f8d59c0 to 25Q1-release Change-Id: I3616d81105387cf506d90f21a613d436aabc9634
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.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.