£Á°è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>

Re                 @   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 rn d 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/ d0 d1  f d2 e d3 d4 d5  f d6 e d7 d8 d9  f d: e d; d< d=  f d> e d? d@ dA  f dB e dC dD dE  f g  Z dF dG   Z dH dI   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   sM   t  |  \ } } } t j |  } t | |  } | d |  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-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/commands/__init__.pycreate_commandb   s
    r5   c             C   sG   d d l  m } |  j   }  | |  t j    } | r? | d Sd Sd 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   	
														