module documentation

Undocumented

Function fetch_build_egg Fetch an egg needed for building.
Function strip_marker Return a new requirement without the environment marker to avoid calling pip with something like `babel; extra == "i18n"`, which would always be ignored.
Class _DeprecatedInstaller Undocumented
Function _fetch_build_egg_no_warn Undocumented
Function _fetch_build_eggs Undocumented
Function _fixup_find_links Ensure find-links option end-up being a list of strings.
Function _warn_wheel_not_available Undocumented
def fetch_build_egg(dist, req): (source)

Fetch an egg needed for building. Use pip/wheel to fetch/build a wheel.

def strip_marker(req): (source)

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

def _fetch_build_egg_no_warn(dist, req): (source)

Undocumented

def _fetch_build_eggs(dist, requires): (source)

Undocumented

def _fixup_find_links(find_links): (source)

Ensure find-links option end-up being a list of strings.

def _warn_wheel_not_available(dist): (source)

Undocumented