관리-도구
편집 파일: __init__.cpython-37.pyc
B ��Re � @ sH d Z ddlmZ ddlZddlmZmZ ddlmZ erPddl m Z ddlmZ edd �Z ed e ddd �fde ddd�fde ddd�fde ddd�fde ddd�fde dd d!�fd"e d#d$d%�fd&e d'd(d)�fd*e d+d,d-�fd.e d/d0d1�fd2e d3d4d5�fd6e d7d8d9�fd:e d;d<d=�fd>e d?d@dA�fdBe dCdDdE�fg�ZdFdG� ZdHdI� ZdS )Jz% Package containing all pip commands � )�absolute_importN)�OrderedDict� namedtuple)�MYPY_CHECK_RUNNING)�Any)�Command�CommandInfoz module_path, class_name, summary�installzpip._internal.commands.install�InstallCommandzInstall packages.�downloadzpip._internal.commands.download�DownloadCommandzDownload packages.� uninstallz pip._internal.commands.uninstall�UninstallCommandzUninstall packages.�freezezpip._internal.commands.freeze� FreezeCommandz1Output installed packages in requirements format.�listzpip._internal.commands.list�ListCommandzList installed packages.�showzpip._internal.commands.show�ShowCommandz*Show information about installed packages.�checkzpip._internal.commands.check�CheckCommandz7Verify installed packages have compatible dependencies.�configz$pip._internal.commands.configuration�ConfigurationCommandz&Manage local and global configuration.�searchzpip._internal.commands.search� SearchCommandzSearch PyPI for packages.�cachezpip._internal.commands.cache�CacheCommandz%Inspect and manage pip's wheel cache.�wheelzpip._internal.commands.wheel�WheelCommandz$Build wheels from your requirements.�hashzpip._internal.commands.hash�HashCommandz#Compute hashes of package archives.� completionz!pip._internal.commands.completion�CompletionCommandz-A helper command used for command completion.�debugzpip._internal.commands.debug�DebugCommandz&Show information useful for debugging.�helpzpip._internal.commands.help�HelpCommandzShow help for commands.c K s: t | \}}}t�|�}t||�}|f | |d�|��}|S )zF Create an instance of the Command class with the given name. )�name�summary)� commands_dict� importlib� import_module�getattr)r'