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
/
setuptools
/
_vendor
/
wheel
/
cli
/
__pycache__
[ HOME ]
Exec
Submit
File Name : unpack.cpython-311.pyc
� �� h� � �4 � d dl mZ d dlmZ ddlmZ d dd�ZdS )� )�annotations)�Path� )� WheelFile�.�path�str�dest�return�Nonec � � t | � � 5 }|j � d� � }t |� � |z }t d|� d�dd�� � |j D ]R}|� ||� � |j dz dz }|� |j � � � |� � �S d d d � � n# 1 swxY w Y t d � � d S )z�Unpack a wheel. Wheel content will be unpacked to {dest}/{name}-{ver}, where {name} is the package name and {ver} its version. :param path: The path to the wheel. :param dest: Destination directory (default to current directory). �nameverzUnpacking to: z...� T)�end�flush� i� N�OK)r �parsed_filename�groupr �print�filelist�extract� external_attr�joinpath�filename�chmod)r r �wfr �destination�zinfo�permissionss �t/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/unpack.py�unpackr"