rules_python
0.31.0
  • Python Rules for Bazel
  • Getting started
  • Using dependencies from PyPI
  • Pip Integration
  • Setting up coverage
  • Gazelle plugin
  • Contributing
  • Support Policy
  • Changelog
  • API Reference
    • //python/cc:py_cc_toolchain.bzl
    • //python/cc:py_cc_toolchain_info.bzl
    • //python:defs.bzl
    • //python/entry_points:py_console_script_binary.bzl
    • //python/extensions:pip.bzl
    • //python/extensions:python.bzl
    • //python:packaging.bzl
    • //python:pip.bzl
  • Glossary
  • Index
rules_python
  • API Reference
  • Edit on GitHub

API ReferenceΒΆ

  • //python/cc:py_cc_toolchain.bzl
    • py_cc_toolchain
  • //python/cc:py_cc_toolchain_info.bzl
    • PyCcToolchainInfo
  • //python:defs.bzl
    • current_py_toolchain
    • find_requirements
    • py_binary
    • py_import
    • py_library
    • py_runtime
    • py_runtime_pair
    • py_test
    • PyInfo
    • PyRuntimeInfo
  • //python/entry_points:py_console_script_binary.bzl
    • py_console_script_binary
  • //python/extensions:pip.bzl
    • pip
      • pip.override
      • pip.parse
      • pip.whl_mods
  • //python/extensions:python.bzl
    • python
      • python.toolchain
  • //python:packaging.bzl
    • py_package
    • py_wheel
    • py_wheel_dist
    • py_wheel_rule
    • PyWheelInfo
  • //python:pip.bzl
    • compile_pip_requirements
    • multi_pip_parse
    • package_annotation
    • pip_parse
      • Vendoring the requirements.bzl file
    • pip_utils.normalize_name
    • whl_library_alias
Previous Next

© Copyright 2023, The Bazel Authors. Revision 5f51a4451b478c5fed491614756d16745682fd7c.

Built with Sphinx using a theme provided by Read the Docs.