Open
Description
This issue is to capture some of the topics that we, the rules_python maintainers, are particularly interested in this coming year. These are topics where we'd be particularly excited by PRs or design discussions.
Note that these are not promises of particular work. This is still a community driven project, so people work on what they find interesting or rewarding.
Topics are in no particular order. Discussion for a topic should be in their associated issue. This is not an exclusive list.
- A venv and site-packages layout for dependencies:
- Consolidating
*_bazel.bzl
files, removingsemantics.bzl
, and general cleanup of the core rule implementations: - Implementing uv-based toolchain
- Supporting other lockfile formats (e.g. PEP751)
- Module-based main (
python -m <name>
) - Build-phase sdist building
- Solution to implicit dependencies on user-space libraries. Related:
- Implementing a C++ based bootstrap (expanding bootstrap to support e.g. compiled languages)
- Make
bootstrap_impl=script
the default - Splitting sphinxdocs into its own bzlmod MODULE
- Toolchains for local interpreters
- Stabilize the pulling of platform-specific wheels matching target platform (i.e.
experimental_index_url
):- [pypi] Support pulling dependencies using direct url specifiers without using an index #2363
- Silence download 404 errors when using bazel downloader (
experimental_index_url
andexperimental_extra_index_urls
) #2100 - Enable using
experimental_index_url
without having hashes in the lock file #2023 - Avoid merge conflicts in MODULE.bazel.lock #2434
- "Cross compilation" of py_binary/py_image/py_library targets #260
- [pypi] Support python micro version in env marker based dependency evaluation #2319
- Third party dependencies are incorrect when using RBE because host != exec #2241
- Use bazel's downloader for downloading pip packages #1357
- Introduce targets for all_requirements, all_whl_requirements, all_data_requirements #2559
- Zip stdlib to reduce file count / runfiles overhead
Metadata
Metadata
Assignees
Labels
No labels