Viewing File: /opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pyc

ó
“tÆ_c@sudZddlZddlmZddlmZddlmZer[ddlm	Z	nde
fd„ƒYZdS(	s`Represents a wheel file and provides access to the various parts of the
name that have meaning.
iÿÿÿÿN(tTag(tInvalidWheelFilename(tMYPY_CHECK_RUNNING(tListtWheelcBsGeZdZejdejƒZd„Zd„Zd„Z	d„Z
RS(sA wheel files^(?P<namever>(?P<name>.+?)-(?P<ver>.*?))
        ((-(?P<build>\d[^-]*?))?-(?P<pyver>.+?)-(?P<abi>.+?)-(?P<plat>.+?)
        \.whl|\.dist-info)$csøˆjj|ƒ}|s0tdj|ƒƒ‚n|ˆ_|jdƒjddƒˆ_|jdƒjddƒˆ_|jdƒˆ_	|jdƒj
dƒˆ_|jd	ƒj
dƒˆ_|jd
ƒj
dƒˆ_
‡fd†ˆjDƒˆ_dS(
sX
        :raises InvalidWheelFilename: when the filename is invalid for a wheel
        s!{} is not a valid wheel filename.tnamet_t-tvertbuildtpyvert.tabitplatcsBh|]8}ˆjD](}ˆjD]}t|||ƒ’q qqS((tabistplatsR(t.0txtytz(tself(sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pys	<setcomp>/s	N(t
wheel_file_retmatchRtformattfilenametgrouptreplaceRtversiont	build_tagtsplitt
pyversionsRRt	file_tags(RRt
wheel_info((RsK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pyt__init__s	cCstd„|jDƒƒS(s4Return the wheel's tags as a sorted list of strings.css|]}t|ƒVqdS(N(tstr(Rttag((sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pys	<genexpr>6s(tsortedR(R((sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pytget_formatted_file_tags3scst‡fd†|jDƒƒS(sÜReturn the lowest index that one of the wheel's file_tag combinations
        achieves in the given list of supported tags.

        For example, if there are 8 supported tags and one of the file tags
        is first in the list, then return 0.

        :param tags: the PEP 425 tags to check the wheel against, in order
            with most preferred first.

        :raises ValueError: If none of the wheel's file tags match one of
            the supported tags.
        c3s*|] }|ˆkrˆj|ƒVqdS(N(tindex(RR#(ttags(sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pys	<genexpr>Fs(tminR(RR'((R'sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pytsupport_index_min8scCs|jj|ƒS(sŽReturn whether the wheel is compatible with one of the given tags.

        :param tags: the PEP 425 tags to check the wheel against.
        (Rt
isdisjoint(RR'((sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pyt	supportedHs(t__name__t
__module__t__doc__tretcompiletVERBOSERR!R%R)R+(((sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pyRs			(R.R/tpip._vendor.packaging.tagsRtpip._internal.exceptionsRtpip._internal.utils.typingRttypingRtobjectR(((sK/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/wheel.pyt<module>s
Back to Directory File Manager