Viewing File: /opt/hc_python/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc
�
T�*j� � � � 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�Zy)
� N)�Values)�Command)�ERROR�SUCCESS)�
FAVORITE_HASH�
STRONG_HASHES)�read_chunks�write_outputc �: � e Zd ZdZdZdZd
d�Zdedee de
fd �Zy)�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 j dddt dt dj dj t � � �� | j j d| j � y ) 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 �J/opt/hc_python/lib/python3.12/site-packages/pip/_internal/commands/hash.py�add_optionszHashCommand.add_options s_ � ��
�
� � ����!��!�7�>�>�� � �-�(�� !�
�
���'�'��4�=�=�9� �options�argsc
�� � |s/| j 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'