File: D:/Python311/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc
�
�mi� � � � d dl Z d dlZd dlZd dlmZ d dlmZ d dlmZm Z d dl
mZmZ d dl
mZmZ ej e� � Z G d� de� � Zd ed
edefd�ZdS )
� N)�Values)�Command)�ERROR�SUCCESS)�
FAVORITE_HASH�
STRONG_HASHES)�read_chunks�write_outputc �B � e Zd ZdZdZdZd
d�Zdedee de
fd �ZdS )�HashCommandz�
Compute a hash of a local package archive.
These can be used with --hash in a requirements file to do repeatable
installs.
z%prog [options] <file> ...T�returnNc
�� � | j � dddt dt d� d� t � � � � �� � | j � d| j � � d S ) Nz-az--algorithm� algorithm�storez$The hash algorithm to use: one of {}z, )�dest�choices�action�default�helpr )�cmd_opts�
add_optionr r �format�join�parser�insert_option_group)�selfs �=D:\Python311\Lib\site-packages\pip/_internal/commands/hash.py�add_optionszHashCommand.add_options sw � ��
� � ����!��!�7�>�>�� � �-�(�(�� � !�
�
�
�
��'�'��4�=�9�9�9�9�9� �options�argsc
�� � |s+| j � t j � � t S |j }|D ]"}t
d||t ||� � � � �#t S )Nz%s:
--hash=%s:%s) r �print_usage�sys�stderrr r r
�
_hash_of_filer )r r r! r �paths r �runzHashCommand.run'