| commit | 413690fd09b068ab43ec9c1d37d20d8017747f2c | [log] [tgz] |
|---|---|---|
| author | Alex Eagle <alex@aspect.dev> | Tue Oct 01 15:33:31 2024 -0700 |
| committer | GitHub <noreply@github.com> | Tue Oct 01 22:33:31 2024 +0000 |
| tree | e052417b697587b16ed8014bc779ed0db8c747fc | |
| parent | b52f3818d8ef896c7b634c34676c90670e04c242 [diff] |
chore: delete stale bot (#2264) The repo is actively maintained, but we've had a bunch of relevant issues be auto-closed by the bot. I haven't seen other active rulesets adopt this, so I don't think it makes sense to be the outlier. Note, I introduced this configuration. https://github.com/bazelbuild/rules_python/issues/385 as an example where users have to make comments to prevent things being marked stale.
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.