Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Functions | Variables
pip.pep425tags Namespace Reference

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)
 

Detailed Description

Generate and work with PEP 425 Compatibility Tags.

Function Documentation

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.

Variable Documentation

tuple pip.pep425tags.supported_tags = get_supported()
tuple pip.pep425tags.supported_tags_noarch = get_supported(noarch=True)

Copyright 2014 Google Inc. All rights reserved.