def pip.wheel.Wheel.__init__ |
( |
|
self, |
|
|
|
filename |
|
) |
| |
:raises InvalidWheelFilename: when the filename is invalid for a wheel
def pip.wheel.Wheel.support_index_min |
( |
|
self, |
|
|
|
tags = None |
|
) |
| |
Return the lowest index that one of the wheel's file_tag combinations
achieves in the supported_tags list e.g. if there are 8 supported tags,
and one of the file tags is first in the list, then return 0. Returns
None is the wheel is not supported.
def pip.wheel.Wheel.supported |
( |
|
self, |
|
|
|
tags = None |
|
) |
| |
Is this wheel supported on this system?
pip.wheel.Wheel.file_tags |
pip.wheel.Wheel.pyversions |
tuple pip.wheel.Wheel.wheel_file_re |
|
static |
Initial value:
2 r"""^(?P<namever>(?P<name>.+?)-(?P<ver>\d.*?))((-(?P<build>\d.*?))?-(?P<pyver>.+?)-(?P<abi>.+?)-(?P<plat>.+?)\.whl|\.dist-info)$""",
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/wheel.py
Copyright 2014 Google Inc. All rights reserved.