Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/lib/python3.6/site-packages/pip/__pycache__/ |
Upload File : |
3 ���d~ � @ s$ d Z ddlmZ ddlZddlZddlZddlZddlZddlZddl Z ddl Z ddlZddlZddl Z ddlZddlZddlZddlmZ ddlmZ ddlmZ ddlZddlmZ ddlmZmZ dd lmZmZm Z dd l!m"Z"m#Z# ddlm$Z$ ddl%m&Z&m'Z'm(Z(m)Z)m*Z* dd l+m,Z, ddl-m.Z. ddl/m0Z0 ddl1m2Z2 ddl3m4Z4 ddl5m6Z6 ddl7m8Z8 dZ9d9Z:ej;e<�Z=G dd� de>�Z?dd� Z@dd� ZAd;dd�ZBd d!� ZCd"d#� ZDejEd$ejF�ZGd%d&� ZHd'd(� ZId<d+d,�ZJd-d.� ZKeKd/d0� �ZLd1d2� ZMd3d4� ZNG d5d6� d6e>�ZOG d7d8� d8e>�ZPdS )=zH Support for installing and building the "wheel" binary package format. � )�absolute_importN)�urlsafe_b64encode)�Parser)�StringIO)� expanduser)�path_to_url� unpack_url)�InstallationError�InvalidWheelFilename�UnsupportedWheel)�distutils_scheme�PIP_DELETE_MARKER_FILENAME)� pep425tags)�call_subprocess� ensure_dir�captured_stdout�rmtree�read_chunks)�open_spinner)� indent_log)�SETUPTOOLS_SHIM)�ScriptMaker)� pkg_resources)�canonicalize_name)�configparserz.whl� c @ s e Zd ZdZdd� Zdd� ZdS )� WheelCachez&A cache of wheels for future installs.c C s |rt |�nd| _|| _dS )z�Create a wheel cache. :param cache_dir: The root of the cache. :param format_control: A pip.index.FormatControl object to limit binaries being read from the cache. N)r � _cache_dir�_format_control)�self� cache_dir�format_control� r"