OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.pep517.build Namespace Reference

Functions

def validate_system (system)
 
def load_system (source_dir)
 
def compat_system (source_dir)
 
def build (source_dir, dist, dest=None, system=None)
 
def main (args)
 

Variables

 log
 
 parser
 
 help
 
 action
 
 default
 

Detailed Description

Build a project using PEP 517 hooks.

Function Documentation

◆ build()

def pip._vendor.pep517.build.build (   source_dir,
  dist,
  dest = None,
  system = None 
)

◆ compat_system()

def pip._vendor.pep517.build.compat_system (   source_dir)
Given a source dir, attempt to get a build system backend
and requirements from pyproject.toml. Fallback to
setuptools but only if the file was not found or a build
system was not indicated.

◆ load_system()

def pip._vendor.pep517.build.load_system (   source_dir)
Load the build system from a source dir (pyproject.toml).

◆ main()

def pip._vendor.pep517.build.main (   args)

◆ validate_system()

def pip._vendor.pep517.build.validate_system (   system)
Ensure build system has the requisite fields.

Variable Documentation

◆ action

action

◆ default

default

◆ help

help

◆ log

log

◆ parser

parser