<!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>

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   	
														