OpenQuizz
Une application de gestion des contenus pédagogiques
|
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 | |
Build a project using PEP 517 hooks.
def pip._vendor.pep517.build.build | ( | source_dir, | |
dist, | |||
dest = None , |
|||
system = None |
|||
) |
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.
def pip._vendor.pep517.build.load_system | ( | source_dir | ) |
Load the build system from a source dir (pyproject.toml).
def pip._vendor.pep517.build.main | ( | args | ) |
def pip._vendor.pep517.build.validate_system | ( | system | ) |
Ensure build system has the requisite fields.
action |
default |
help |
log |
parser |