OpenQuizz
Une application de gestion des contenus pédagogiques
pip._internal.utils.compatibility_tags Namespace Reference

Functions

def version_info_to_nodot (version_info)
 
def get_supported (version=None, platforms=None, impl=None, abis=None)
 

Detailed Description

Generate and work with PEP 425 Compatibility Tags.

Function Documentation

◆ get_supported()

def pip._internal.utils.compatibility_tags.get_supported (   version = None,
  platforms = None,
  impl = None,
  abis = None 
)
Return a list of supported tags for each version specified in
`versions`.

:param version: a string version, of the form "33" or "32",
    or None. The version will be assumed to support our ABI.
:param platform: specify a list of platforms you want valid
    tags for, or None. If None, use the local system platform.
:param impl: specify the exact implementation you want valid
    tags for, or None. If None, use the local interpreter impl.
:param abis: specify a list of abis you want valid
    tags for, or None. If None, use the local interpreter abi.

◆ version_info_to_nodot()

def pip._internal.utils.compatibility_tags.version_info_to_nodot (   version_info)