Your IP : 216.73.216.213
o
��a� � @ s6 d dl mZ d dlZd dlZddlmZ ddd�ZdS ) � )�print_functionN� )� WheelFile�.c C st t | ��(}|j�d�}tj�||�}td�|�dd� tj �
� |�|� W d � n1 s/w Y td� 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)r Zparsed_filename�group�os�path�join�print�format�sys�stdout�flushZ
extractall)r �destZwfr Zdestination� r �C/opt/alt/python310/lib/python3.10/site-packages/wheel/cli/unpack.py�unpack s
�r )r )Z
__future__r Zos.pathr
r Z wheelfiler r r r r r �<module> s