<!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>
σ
οRec           @@  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 rq d d l	 m
 Z
 d d l m Z n  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   Z dG   Z d S(H   s%   
Package containing all pip commands
i    (   t   absolute_importN(   t   OrderedDictt
   namedtuple(   t   MYPY_CHECK_RUNNING(   t   Any(   t   Commandt   CommandInfos    module_path, class_name, summaryt   installs   pip._internal.commands.installt   InstallCommands   Install packages.t   downloads   pip._internal.commands.downloadt   DownloadCommands   Download packages.t	   uninstalls    pip._internal.commands.uninstallt   UninstallCommands   Uninstall packages.t   freezes   pip._internal.commands.freezet   FreezeCommands1   Output installed packages in requirements format.t   lists   pip._internal.commands.listt   ListCommands   List installed packages.t   shows   pip._internal.commands.showt   ShowCommands*   Show information about installed packages.t   checks   pip._internal.commands.checkt   CheckCommands7   Verify installed packages have compatible dependencies.t   configs$   pip._internal.commands.configurationt   ConfigurationCommands&   Manage local and global configuration.t   searchs   pip._internal.commands.searcht   SearchCommands   Search PyPI for packages.t   caches   pip._internal.commands.cachet   CacheCommands%   Inspect and manage pip's wheel cache.t   wheels   pip._internal.commands.wheelt   WheelCommands$   Build wheels from your requirements.t   hashs   pip._internal.commands.hasht   HashCommands#   Compute hashes of package archives.t
   completions!   pip._internal.commands.completiont   CompletionCommands-   A helper command used for command completion.t   debugs   pip._internal.commands.debugt   DebugCommands&   Show information useful for debugging.t   helps   pip._internal.commands.helpt   HelpCommands   Show help for commands.c         K@  sM   t  |  \ } } } t j |  } t | |  } | d |  d | |  } | S(   sF   
    Create an instance of the Command class with the given name.
    t   namet   summary(   t   commands_dictt	   importlibt   import_modulet   getattr(   R%   t   kwargst   module_patht
   class_nameR&   t   modulet   command_classt   command(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/__init__.pyt   create_commandb   s
    c         C@  sG   d d l  m } |  j   }  | |  t j    } | r? | d St Sd S(   s   Command name auto-correct.i    (   t   get_close_matchesN(   t   difflibR2   t   lowerR'   t   keyst   False(   R%   R2   t   close_commands(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/__init__.pyt   get_similar_commandso   s    (   t   __doc__t
   __future__R    R(   t   collectionsR   R   t   pip._internal.utils.typingR   t   typingR   t   pip._internal.cli.base_commandR   R   R'   R1   R8   (    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/__init__.pyt   <module>   sp   	
															