commit | 4cb249a4344ebf56bd3a1b6c0a6c83debea3548c | [log] [tgz] |
---|---|---|
author | Misha Zharov <8266317+mishazharov@users.noreply.github.com> | Thu Nov 30 08:26:01 2023 -0800 |
committer | GitHub <noreply@github.com> | Thu Nov 30 16:26:01 2023 +0000 |
tree | edee67cb0e9fab6870053fa8cac59d5e0340bd83 | |
parent | 900d801ab3887017a8df086ef72d6f3c5c217bff [diff] |
docs(pip_parse): Update docs about `experimental_requirement_cycles` (#1588) This PR updates the docs for https://github.com/bazelbuild/rules_python/pull/1166 since there were some inconsistencies about the naming (`experimental_requirement_cycles` vs `requirement_cycles`). Also moved the entry in the changelog from `0.27` to `Unreleased` since it missed `0.27`. Can't wait for this feature to land!
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.
Currently, the core rules build into the Bazel binary, and the symbols in this repository are simple aliases. However, we are migrating the rules to Starlark and removing them from the Bazel binary. Therefore, the future-proof way to depend on Python rules is via this repository. SeeMigrating from the Bundled Rules
below.
The core rules are stable. Their implementation in Bazel is subject to Bazel's backward compatibility policy. Once migrated to rules_python, they may evolve at a different rate, but this repository will still 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.