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

Functions

def build (source_dir='.', dest=None, system=None)
 
def build_as_zip (builder=build)
 
def load (root)
 
def main ()
 

Variables

 log
 
 parser
 
 help
 

Detailed Description

Build metadata for a project using PEP 517 hooks.

Function Documentation

◆ build()

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

◆ build_as_zip()

def pip._vendor.pep517.meta.build_as_zip (   builder = build)

◆ load()

def pip._vendor.pep517.meta.load (   root)
Given a source directory (root) of a package,
return an importlib.metadata.Distribution object
with metadata build from that package.

◆ main()

def pip._vendor.pep517.meta.main ( )

Variable Documentation

◆ help

help

◆ log

log

◆ parser

parser