commit | c5662583fed5d0418cfbc0f514935752ce950fae | [log] [tgz] |
---|---|---|
author | Richard Levasseur <richardlev@gmail.com> | Fri Sep 26 16:25:36 2025 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 26 23:25:36 2025 +0000 |
tree | 172bd2082d28f6431c461b46167a8f7fa11f4f3b | |
parent | 05735c8fa4ab81077a73baca2c9c6ec18091609a [diff] |
docs: add example for a complex multi-platform pypi configuration (#3292) The core PyPI docs and API reference docs have the basics for setting up a multi-platform Bazel build, but there's a lot of cross-referencing and reading between the lines necessary. Create a how to guide specifically on how to do it to better explain the nuances. --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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.