Your IP : 216.73.216.213


Current Path : /opt/alt/python39/lib/python3.9/site-packages/wheel/cli/__pycache__/
Upload File :
Current File : //opt/alt/python39/lib/python3.9/site-packages/wheel/cli/__pycache__/unpack.cpython-39.opt-1.pyc

a

��a��@s6ddlmZddlZddlZddlmZddd�ZdS)	�)�print_functionN�)�	WheelFile�.cCstt|��P}|j�d�}tj�||�}td�|�dd�tj	�
�|�|�Wd�n1s^0Ytd�dS)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: {}...�)�endNZOK)rZparsed_filename�group�os�path�join�print�format�sys�stdout�flushZ
extractall)r�destZwfrZdestination�r�A/opt/alt/python39/lib/python3.9/site-packages/wheel/cli/unpack.py�unpack	s	

(r)r)Z
__future__rZos.pathr
rZ	wheelfilerrrrrr�<module>s