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
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pip
/
_internal
/
commands
/
__pycache__
[ HOME ]
Exec
Submit
File Name : show.cpython-312.pyc
� p�/i� � � � d dl mZ d dlZd dlZd dlmZmZmZ d dlm Z d dl mZ d dlm Z d dlmZ d dlmZ d d lmZmZ d d lmZmZ d dlmZ ej4 e� Zdd�Z G d � de� Z G d� de� Zdd�Z dd�Z!y)� )�annotationsN)� Generator�Iterable�Iterator)�Values)� NamedTuple)�InvalidRequirement)�canonicalize_name)�Command)�ERROR�SUCCESS)�BaseDistribution�get_default_environment)�write_outputc � � t j t j z }t j dd|� }| j |� j � S )N� )�string�punctuation� whitespace�str� maketrans� translate�lower)�label�chars_to_remove�removal_maps �J/opt/hc_python/lib/python3.12/site-packages/pip/_internal/commands/show.py�normalize_project_url_labelr sB � ��(�(�6�+<�+<�<�O��-�-��B��8�K��?�?�;�'�-�-�/�/� c �( � e Zd ZdZdZdZdd�Zdd�Zy) �ShowCommandzx Show information about one or more installed packages. The output is in RFC-compliant mail header format. z$ %prog [options] <package> ...Tc � � | j j dddddd�� | j j d| j � y ) Nz-fz--files�files� store_trueFz7Show the full list of installed files for each package.)�dest�action�default�helpr )�cmd_opts� add_option�parser�insert_option_group)�selfs r �add_optionszShowCommand.add_options&