commit | 53f7407bdfd0e02c9f048a9e83f6acf0c9549099 | [log] [tgz] |
---|---|---|
author | Ignas Anikevicius <240938+aignas@users.noreply.github.com> | Fri Sep 06 11:25:08 2024 +0900 |
committer | GitHub <noreply@github.com> | Fri Sep 06 02:25:08 2024 +0000 |
tree | d9f3e9d835c731c13a36c577c949d778cd4e0db3 | |
parent | acc4cefa54661c4f121fc7ebaab6a80c64864c8f [diff] |
chore: cleanup exposed python_repository symbols and add docs (#2189) The bazel inventory for this sphinxdocs is in #2188. Removed the things that are definitely not used and the rest of the symbols can be left until we become bzlmod only - they do not require much maintenance.
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.