<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
3
”Re  ã               @   sH  d Z ddlmZ ddlZddlmZmZ ddlmZ erPddl	m
Z
 ddlmZ edd	ƒZed
edddƒfdedddƒfdedddƒfdedddƒfdedddƒfdedd d!ƒfd"ed#d$d%ƒfd&ed'd(d)ƒfd*ed+d,d-ƒfd.ed/d0d1ƒfd2ed3d4d5ƒfd6ed7d8d9ƒfd:ed;d<d=ƒfd>ed?d@dAƒfdBedCdDdEƒfgƒZdFdG„ ZdHdI„ ZdS )Jz%
Package containing all pip commands
é    )Úabsolute_importN)ÚOrderedDictÚ
namedtuple)ÚMYPY_CHECK_RUNNING)ÚAny)ÚCommandÚCommandInfoz module_path, class_name, summaryÚinstallzpip._internal.commands.installÚInstallCommandzInstall packages.Údownloadzpip._internal.commands.downloadÚDownloadCommandzDownload packages.Ú	uninstallz pip._internal.commands.uninstallÚUninstallCommandzUninstall packages.Úfreezezpip._internal.commands.freezeÚFreezeCommandz1Output installed packages in requirements format.Úlistzpip._internal.commands.listÚListCommandzList installed packages.Úshowzpip._internal.commands.showÚShowCommandz*Show information about installed packages.Úcheckzpip._internal.commands.checkÚCheckCommandz7Verify installed packages have compatible dependencies.Úconfigz$pip._internal.commands.configurationÚConfigurationCommandz&Manage local and global configuration.Úsearchzpip._internal.commands.searchÚSearchCommandzSearch PyPI for packages.Úcachezpip._internal.commands.cacheÚCacheCommandz%Inspect and manage pip's wheel cache.Úwheelzpip._internal.commands.wheelÚWheelCommandz$Build wheels from your requirements.Úhashzpip._internal.commands.hashÚHashCommandz#Compute hashes of package archives.Ú
completionz!pip._internal.commands.completionÚCompletionCommandz-A helper command used for command completion.Údebugzpip._internal.commands.debugÚDebugCommandz&Show information useful for debugging.Úhelpzpip._internal.commands.helpÚHelpCommandzShow help for commands.c             K   s:   t |  \}}}tj|ƒ}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'   ÚkwargsÚmodule_pathÚ
class_namer(   ÚmoduleÚcommand_classÚcommand© r3   úŽ/builddir/build/BUILDROOT/alt-python36-pip-20.2.4-5.el8.x86_64/opt/alt/python36/lib/python3.6/site-packages/pip/_internal/commands/__init__.pyÚcreate_commandb   s
    

r5   c             C   s6   ddl m} | jƒ } || tjƒ ƒ}|r.|d S dS dS )zCommand name auto-correct.r   )Úget_close_matchesFN)Údifflibr6   Úlowerr)   Úkeys)r'   r6   Úclose_commandsr3   r3   r4   Úget_similar_commandso   s    r;   )Ú__doc__Ú
__future__r   r*   Úcollectionsr   r   Úpip._internal.utils.typingr   Útypingr   Úpip._internal.cli.base_commandr   r   r)   r5   r;   r3   r3   r3   r4   Ú<module>   sp   	

