
    )hC                         d dl Z d dlZd dlmZmZ d dlmZmZ d dlm	Z	  ej                  e      Z e j                  d      dee   deed	f   d
efd       Z e j                  d      ded
e	fd       Zy)    N)OptionalTuple)
specifiersversionRequirement    )maxsizerequires_pythonversion_info.returnc                     | yt        j                  |       }t        j                  dj	                  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.
    T.)r   SpecifierSetr   parsejoinmapstr)r   r   requires_python_specifierpython_versions       P/var/www/html/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.pycheck_requires_pythonr      sH      * 7 7 H]]388C\,B#CDN666    i'  
req_stringc                     t        |       S )z5Construct a packaging.Requirement object with cachingr   )r   s    r   get_requirementr   #   s     z""r   )	functoolsloggingtypingr   r   pip._vendor.packagingr   r   "pip._vendor.packaging.requirementsr   	getLogger__name__logger	lru_cacher   intboolr   r    r   r   <module>r)      s      " 5 :			8	$ R 7c]727S/7	7 !7. U## # # $#r   