commit | d7e681ec2f6ded3188cf0126ce5310f9e3f488f3 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 14 18:05:52 2025 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 14 18:05:52 2025 -0800 |
tree | 3f0d4f781cf9137b3e5c6b02425cbd81850c8478 | |
parent | f820e269ba6ccd8ab4f5b4a95e66d3abd2e7f219 [diff] | |
parent | 8bdfb65f7231d4d3247afce06f020a0718cc8f5f [diff] |
Snap for 12918425 from 8bdfb65f7231d4d3247afce06f020a0718cc8f5f to 25Q2-release Change-Id: I40479b9fc4fd5c8b3e742451a2982880823e05e7
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.