|
Orbits
1
|
Functions | |
| def | get_abbr_impl |
| def | get_impl_ver |
| def | get_platform |
| def | get_supported |
Variables | |
| tuple | supported_tags = get_supported() |
| tuple | supported_tags_noarch = get_supported(noarch=True) |
Generate and work with PEP 425 Compatibility Tags.
| def pip.pep425tags.get_abbr_impl | ( | ) |
Return abbreviated implementation name.
| def pip.pep425tags.get_impl_ver | ( | ) |
Return implementation version.
| def pip.pep425tags.get_platform | ( | ) |
Return our platform name 'win32', 'linux_x86_64'
| def pip.pep425tags.get_supported | ( | versions = None, |
|
noarch = False |
|||
| ) |
Return a list of supported tags for each version specified in
`versions`.
:param versions: a list of string versions, of the form ["33", "32"],
or None. The first version will be assumed to support our ABI.
| tuple pip.pep425tags.supported_tags = get_supported() |
| tuple pip.pep425tags.supported_tags_noarch = get_supported(noarch=True) |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.