관리-도구
편집 파일: wheel.cpython-311.pyc
� �Dg� � �& � d Z ddlZddlmZ ddlmZ ddlmZ ddlm Z m Z ddlmZ ddl mZ d Z ej e� � Zd e dedeeef fd �Zde dedefd�Zde dedefd�Zde dedefd�Zdedeedf fd�Zdeedf deddfd�ZdS )z0Support functions for working with wheel files. � N)�Message)�Parser)�Tuple)� BadZipFile�ZipFile)�canonicalize_name)�UnsupportedWheel)� r � wheel_zip�name�returnc �� � t | |� � }t | |� � }t |� � }n&# t $ r}t |� d|� �� � �d}~ww xY wt ||� � ||fS )z�Extract information from the provided wheel, ensuring it meets basic standards. Returns the name of the .dist-info directory and the parsed WHEEL metadata. z has an invalid wheel, N)�wheel_dist_info_dir�wheel_metadata� wheel_versionr �check_compatibility)r r �info_dir�metadata�version�es �y/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py�parse_wheelr s� � �D�&�y�$�7�7��!�)�X�6�6����)�)����� D� D� D��$�B�B�q�B�B�C�C�C�����D���� ���&�&�&��X��s �/2 � A�A�A�sourcec � � d� | � � � D � � }d� |D � � }|st d� � �t |� � dk r5t d� d� |� � � � � � �|d }t |� � }t |� � }|� |� � st d|�d |��� � �|S ) z�Returns the name of the contained .dist-info directory. Raises AssertionError or UnsupportedWheel if not found, >1 found, or it doesn't match the provided name. c �F � h | ]}|� d d� � d ��S )�/r r )�split)�.0�ps r � <setcomp>z&wheel_dist_info_dir.<locals>.<setcomp>- s) � �=�=�=�a�q�w�w�s�A���q�!�=�=�=� c �<