OpenQuizz
Une application de gestion des contenus pédagogiques
setuptools.installer Namespace Reference

Functions

def fetch_build_egg (dist, req)
 
def strip_marker (req)
 

Function Documentation

◆ fetch_build_egg()

def setuptools.installer.fetch_build_egg (   dist,
  req 
)
Fetch an egg needed for building.

Use pip/wheel to fetch/build a wheel.

◆ strip_marker()

def setuptools.installer.strip_marker (   req)
Return a new requirement without the environment marker to avoid
calling pip with something like `babel; extra == "i18n"`, which
would always be ignored.