£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
a
    Re                     @   s$  U d Z ddlZddlmZ ddlmZmZmZ ddlm	Z	 eddZ
e
dd	d
e
ddde
ddde
ddde
ddde
ddde
ddde
ddde
d d!d"e
d#d$d%e
d&d'd(e
d)d*d+e
d,d-d.e
d/d0d1e
d2d3d4e
d5d6d7d8Zeee
f ed9< eee	d:d;d<Zeee d=d>d?ZdS )@z%
Package containing all pip commands
    N)
namedtuple)AnyDictOptional)CommandCommandInfoz module_path, class_name, summaryzpip._internal.commands.installInstallCommandzInstall packages.zpip._internal.commands.downloadDownloadCommandzDownload packages.z pip._internal.commands.uninstallUninstallCommandzUninstall packages.zpip._internal.commands.freezeFreezeCommandz1Output installed packages in requirements format.zpip._internal.commands.listListCommandzList installed packages.zpip._internal.commands.showShowCommandz*Show information about installed packages.zpip._internal.commands.checkCheckCommandz7Verify installed packages have compatible dependencies.z$pip._internal.commands.configurationConfigurationCommandz&Manage local and global configuration.zpip._internal.commands.searchSearchCommandzSearch PyPI for packages.zpip._internal.commands.cacheCacheCommandz%Inspect and manage pip's wheel cache.zpip._internal.commands.indexIndexCommandz3Inspect information available from package indexes.zpip._internal.commands.wheelWheelCommandz$Build wheels from your requirements.zpip._internal.commands.hashHashCommandz#Compute hashes of package archives.z!pip._internal.commands.completionCompletionCommandz-A helper command used for command completion.zpip._internal.commands.debugDebugCommandz&Show information useful for debugging.zpip._internal.commands.helpHelpCommandzShow help for commands.)installdownload	uninstallfreezelistshowcheckconfigsearchcacheindexwheelhash
completiondebughelpcommands_dict)namekwargsreturnc                 K   s:   t |  \}}}t|}t||}|f | |d|}|S )zF
    Create an instance of the Command class with the given name.
    )r)   summary)r(   	importlibimport_modulegetattr)r)   r*   module_path
class_namer,   modulecommand_classcommand r5   /builddir/build/BUILDROOT/alt-python39-pip-21.3.1-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/pip/_internal/commands/__init__.pycreate_commandh   s
    

r7   )r)   r+   c                 C   s6   ddl m} |  } || t }|r.|d S dS dS )zCommand name auto-correct.r   )get_close_matchesN)difflibr8   lowerr(   keys)r)   r8   close_commandsr5   r5   r6   get_similar_commandst   s    r=   )__doc__r-   collectionsr   typingr   r   r   pip._internal.cli.base_commandr   r   r(   str__annotations__r7   r=   r5   r5   r5   r6   <module>   s   

T