CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
unpack.cpython-310.pyc15 linesDownload Raw Back to __pycache__
1o

2��Yi��@s4ddlmZddlmZddlmZdddd�Zd
S)�)�annotations)�Path�)�	WheelFile�.�path�str�dest�return�NonecCs�t|��;}|j�d�}t|�|}td|�d�ddd�|jD]}|�||�|jd?d@}|�|j	��3|�qWd	�n1sBwYtd4�d	S)z�Unpack a wheel.5 6    Wheel content will be unpacked to {dest}/{name}-{ver}, where {name}7    is the package name and {ver} its version.8 9    :param path: The path to the wheel.10    :param dest: Destination directory (default to current directory).11    �nameverzUnpacking to: z...�T)�end�flush�i�N�OK)rZparsed_filename�groupr�print�filelist�extract�
external_attr�joinpath�filename�chmod)rr	ZwfrZdestination�zinfoZpermissions�r�zE:\DocsHouse\542 percep lab latest\PerceptionLab\PerceptionLab_Portable\python_embed\Lib\site-packages\wheel/cli/unpack.py�unpacks12	13��
rN)r)rrr	rr14r)�15__future__r�pathlibrZ	wheelfilerrrrrr�<module>s
Aluode/PerceptionLabPortable · CoolFace