commit | e8d9cabbaaf4d1dabee9359c786b1dd1536013f5 | [log] [tgz] |
---|---|---|
author | Richard Levasseur <richardlev@gmail.com> | Sat Sep 06 15:07:25 2025 -0700 |
committer | GitHub <noreply@github.com> | Sat Sep 06 22:07:25 2025 +0000 |
tree | 64ca3c83d47f1352b0e9fe4a1053eea14f5119d1 | |
parent | 7b88c87aaab1e4711a8b61d2a47f445052ed6e9a [diff] |
chore: add GEMINI.md, have it load AGENTS.md (#3246) Apparently, Gemini doesn't automatically process AGENTS.md files. This can be worked around by creating GEMINI.md and telling it to read the AGENTS.md file. --------- 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.