Uname : Linux premium36.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
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
utils
/
__pycache__
[ HOME ]
Exec
Submit
File Name : packaging.cpython-311.pyc
� � h^ � �6 � d dl Z d dlZd dlZd dlmZmZmZmZ d dlm Z m Z d dlmZ ede � � Z ej e� � Z e j d�� � dee d eed f defd�� � Z e j d �� � de defd�� � Zde defd�ZdS )� N)�NewType�Optional�Tuple�cast)� specifiers�version��Requirement�NormalizedExtra� )�maxsize�requires_python�version_info.�returnc � � | �dS t j | � � }t j d� t t |� � � � � � }||v S )a� Check if the given Python version matches a "Requires-Python" specifier. :param version_info: A 3-tuple of ints representing a Python major-minor-micro version to check (e.g. `sys.version_info[:3]`). :return: `True` if the given Python version satisfies the requirement. Otherwise, return `False`. :raises InvalidSpecifier: If `requires_python` has an invalid format. NT�.)r �SpecifierSetr �parse�join�map�str)r r �requires_python_specifier�python_versions �T/opt/cloudlinux/venv/lib64/python3.11/site-packages/pip/_internal/utils/packaging.py�check_requires_pythonr sQ � � ���t� *� 7�� H� H���]�3�8�8�C��\�,B�,B�#C�#C�D�D�N��6�6�6� i � req_stringc � � t | � � S )z5Construct a packaging.Requirement object with cachingr )r s r �get_requirementr &