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
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_internal
/
distributions
/
__pycache__
[ HOME ]
Exec
Submit
wheel.cpython-37.pyc
B ��Re � @ s` d dl mZ d dlmZ d dlmZ d dlmZ erLd dlm Z d dl mZ G dd� de�Zd S ) � )�ZipFile)�AbstractDistribution)�MYPY_CHECK_RUNNING)�$pkg_resources_distribution_for_wheel)�Distribution)� PackageFinderc @ s e Zd ZdZdd� Zdd� ZdS )�WheelDistributionzqRepresents a wheel distribution. This does not need any preparation as wheels can be directly unpacked. c C sH | j jst�| j jst�t| j jdd��}t|| j j| j j�S Q R X dS )z�Loads the metadata from the wheel file into memory and returns a Distribution that uses it, not relying on the wheel file or requirement. T)� allowZip64N)�req�local_file_path�AssertionError�namer r )�self�z� r ��/builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_internal/distributions/wheel.py�get_pkg_resources_distribution s z0WheelDistribution.get_pkg_resources_distributionc C s d S )Nr )r �finder�build_isolationr r r �prepare_distribution_metadata"