OpenQuizz
Une application de gestion des contenus pédagogiques
pip._internal.wheel_builder Namespace Reference

Functions

def should_build_for_wheel_command (req)
 
def should_build_for_install_command (req, check_binary_allowed)
 
def build (requirements, wheel_cache, verify, build_options, global_options)
 

Variables

 logger
 
 BinaryAllowedPredicate
 
 BuildResult
 

Detailed Description

Orchestrator for building wheels from InstallRequirements.

Function Documentation

◆ build()

def pip._internal.wheel_builder.build (   requirements,
  wheel_cache,
  verify,
  build_options,
  global_options 
)
Build wheels.

:return: The list of InstallRequirement that succeeded to build and
    the list of InstallRequirement that failed to build.

◆ should_build_for_install_command()

def pip._internal.wheel_builder.should_build_for_install_command (   req,
  check_binary_allowed 
)

◆ should_build_for_wheel_command()

def pip._internal.wheel_builder.should_build_for_wheel_command (   req)

Variable Documentation

◆ BinaryAllowedPredicate

BinaryAllowedPredicate

◆ BuildResult

BuildResult

◆ logger

logger