£Á°è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>
U
    .e                     @   s:  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gZdBdC ZdDdE ZdS )Fz%
Package containing all pip commands
    )absolute_importN)OrderedDict
namedtuple)MYPY_CHECK_RUNNING)Any)CommandCommandInfoz module_path, class_name, summaryZinstallzpip._internal.commands.installZInstallCommandzInstall packages.Zdownloadzpip._internal.commands.downloadZDownloadCommandzDownload packages.Z	uninstallz pip._internal.commands.uninstallZUninstallCommandzUninstall packages.Zfreezezpip._internal.commands.freezeZFreezeCommandz1Output installed packages in requirements format.listzpip._internal.commands.listZListCommandzList installed packages.Zshowzpip._internal.commands.showZShowCommandz*Show information about installed packages.Zcheckzpip._internal.commands.checkZCheckCommandz7Verify installed packages have compatible dependencies.Zconfigz$pip._internal.commands.configurationZConfigurationCommandz&Manage local and global configuration.searchzpip._internal.commands.searchZSearchCommandzSearch PyPI for packages.Zwheelzpip._internal.commands.wheelZWheelCommandz$Build wheels from your requirements.hashzpip._internal.commands.hashZHashCommandz#Compute hashes of package archives.Z
completionz!pip._internal.commands.completionZCompletionCommandz-A helper command used for command completion.debugzpip._internal.commands.debugZDebugCommandz&Show information useful for debugging.helpzpip._internal.commands.helpZHelpCommandzShow 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   kwargsZmodule_path
class_namer   moduleZcommand_classZcommand r   C/usr/lib/python3.8/site-packages/pip/_internal/commands/__init__.pycreate_commandZ   s
    

r   c                 C   s6   ddl m} |  } || t }|r.|d S dS dS )zCommand name auto-correct.r   )get_close_matchesFN)Zdifflibr   lowerr   keys)r   r   Zclose_commandsr   r   r   get_similar_commandsg   s    r   )__doc__Z
__future__r   r   collectionsr   r   Zpip._internal.utils.typingr   typingr   Zpip._internal.cli.base_commandr   r   r   r   r   r   r   r   r   <module>   s   

              <