Sindbad~EG File Manager
�
�@�e � �( � d dl Z d dlmZ d dlmZmZmZmZmZm Z d dl
mZ d dlm
Z
d dlmZmZ d dlmZmZ d dlmZ e j e� � Z G d � d
e
� � Z G d� de� � Zd
ee deeddf fd�Zdee dededefd�ZdS )� N)�Values)� Generator�Iterable�Iterator�List�
NamedTuple�Optional��canonicalize_name)�Command)�ERROR�SUCCESS)�BaseDistribution�get_default_environment)�write_outputc �B � e Zd ZdZdZdZd
d�Zdedee de
fd �ZdS )�ShowCommandzx
Show information about one or more installed packages.
The output is in RFC-compliant mail header format.
z$
%prog [options] <package> ...T�returnNc � � | j � dddddd�� � | j � d| j � � d S ) 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 �F/usr/local/lib/python3.11/site-packages/pip/_internal/commands/show.py�add_optionszShowCommand.add_options sU � ��
� � ������J�
!�
�
�
�
��'�'��4�=�9�9�9�9�9� �options�argsc � � |s!t � d� � t S |}t |� � }t ||j |j �� � st S t S )Nz.ERROR: Please provide a package name or names.)�
list_files�verbose)�logger�warningr
�search_packages_info�
print_resultsr r( r )r r$ r% �query�resultss r! �runzShowCommand.run&