Current Path: > > opt > alt > python27 > lib > > python2.7 > site-packages > pip > _internal > > models
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 63 bytes | November 13 2023 21:11:11. | |
__init__.pyc | File | 306 bytes | November 13 2023 21:11:11. | |
candidate.py | File | 1195 bytes | November 13 2023 21:11:11. | |
candidate.pyc | File | 2139 bytes | November 13 2023 21:11:11. | |
direct_url.py | File | 6900 bytes | November 13 2023 21:11:11. | |
direct_url.pyc | File | 10752 bytes | November 13 2023 21:11:11. | |
format_control.py | File | 2823 bytes | November 13 2023 21:11:11. | |
format_control.pyc | File | 4301 bytes | November 13 2023 21:11:11. | |
index.py | File | 1161 bytes | November 13 2023 21:11:11. | |
index.pyc | File | 1731 bytes | November 13 2023 21:11:11. | |
link.py | File | 7470 bytes | November 13 2023 21:11:11. | |
link.pyc | File | 11091 bytes | November 13 2023 21:11:11. | |
scheme.py | File | 778 bytes | November 13 2023 21:11:11. | |
scheme.pyc | File | 1329 bytes | November 13 2023 21:11:11. | |
search_scope.py | File | 4751 bytes | November 13 2023 21:11:11. | |
search_scope.pyc | File | 4597 bytes | November 13 2023 21:11:11. | |
selection_prefs.py | File | 2044 bytes | November 13 2023 21:11:11. | |
selection_prefs.pyc | File | 2118 bytes | November 13 2023 21:11:11. | |
target_python.py | File | 4034 bytes | November 13 2023 21:11:11. | |
target_python.pyc | File | 4517 bytes | November 13 2023 21:11:11. | |
wheel.py | File | 2772 bytes | November 13 2023 21:11:11. | |
wheel.pyc | File | 4513 bytes | November 13 2023 21:11:11. |
� �Rec @ s� d d l Z d d l m Z m Z d d l m Z d d l m Z e rw d d l m Z m Z m Z d d l m Z n d e f d � � YZ d S( i����N( t get_supportedt version_info_to_nodot( t normalize_version_info( t MYPY_CHECK_RUNNING( t Listt Optionalt Tuple( t Tagt TargetPythonc B sP e Z d Z d d d d d d d g Z d d d d d � Z d � Z d � Z RS( sx Encapsulates the properties of a Python interpreter one is targeting for a package install, download, etc. t _given_py_version_infot abit implementationt platformt py_versiont py_version_infot _valid_tagsc C s� | | _ | d k r% t j d } n t | � } d j t t | d � � } | | _ | | _ | | _ | | _ | | _ d | _ d S( s' :param platform: A string or None. If None, searches for packages that are supported by the current system. Otherwise, will find packages that can be built on the platform passed in. These packages will only be downloaded for distribution: they will not be built locally. :param py_version_info: An optional tuple of ints representing the Python version information to use (e.g. `sys.version_info[:3]`). This can have length 1, 2, or 3 when provided. :param abi: A string or None. This is passed to compatibility_tags.py's get_supported() function as is. :param implementation: A string or None. This is passed to compatibility_tags.py's get_supported() function as is. i t .i N( R t Nonet syst version_infoR t joint mapt strR R R R R R ( t selfR R R R R ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/models/target_python.pyt __init__! s c C s~ d } | j d k r4 d j d � | j D� � } n d | j f d | f d | j f d | j f g } d j d � | D� � S( sD Format the given, non-None attributes for display. R c s s | ] } t | � Vq d S( N( R ( t .0t part( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/models/target_python.pys <genexpr>R s R R R R t c s s3 | ]) \ } } | d k r d j | | � Vq d S( s {}={!r}N( R t format( R t keyt value( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/models/target_python.pys <genexpr>\ s N( R R R R R R ( R t display_versiont key_values( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/models/target_python.pyt format_givenJ s c C sv | j d k ro | j } | d k r- d } n t | � } t d | d | j d | j d | j � } | | _ n | j S( s� Return the supported PEP 425 tags to check wheel candidates against. The tags are returned in order of preference (most preferred first). t versionR R t implN( R R R R R R R R ( R R R"