<!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>
ž
7’Re¼  c               @   s™  d  Z  d d l m Z d d l m Z d d l m Z d d l m Z d d l	 m
 Z
 d d l m Z d d l m Z d d	 l m Z d d
 l m Z d d l m Z d d l m Z d d l m Z i e e j 6e e j 6e e j 6e e j 6e e j 6e e j 6e e j 6e e j 6e e j 6e e j 6e
 e
 j 6e e j 6Z e e e e
 e e e e e e e g Z d d d d „ Z d d „  Z d d „  Z d S(   u%   
Package containing all pip commands
i    (   u   BundleCommand(   u   CompletionCommand(   u   FreezeCommand(   u   HelpCommand(   u   ListCommand(   u   SearchCommand(   u   ShowCommand(   u   InstallCommand(   u   UninstallCommand(   u   UnzipCommand(   u
   ZipCommand(   u   WheelCommandc             c   sb   | r t  t t ƒ } n t j ƒ  } x7 | D]/ \ } } |  rL | j rL q+ n  | | j f Vq+ Wd S(   u5   Yields sorted (command name, command summary) tuples.N(   u   _sort_commandsu   commandsu   commands_orderu   itemsu   hiddenu   summary(   u   ignore_hiddenu   orderedu   cmditemsu   nameu   command_class(    (    u.   /tmp/pip-zej_zi-build/pip/commands/__init__.pyu   get_summaries3   s    u   get_summariesc             C   sB   d d l  m } | |  t j ƒ  ƒ } | r8 | d } n d } | S(   u   Command name auto-correct.i    (   u   get_close_matchesF(   u   difflibu   get_close_matchesu   commandsu   keysu   False(   u   nameu   get_close_matchesu   close_commandsu   guess(    (    u.   /tmp/pip-zej_zi-build/pip/commands/__init__.pyu   get_similar_commandsB   s    u   get_similar_commandsc                s(   ‡  f d d †  } t  |  j ƒ  d | ƒS(   Nc                s2   y ˆ  j  |  d ƒ SWn t k
 r- d SYn Xd  S(   Ni   iÿ   (   u   indexu
   ValueError(   u   key(   u   order(    u.   /tmp/pip-zej_zi-build/pip/commands/__init__.pyu   keyfnQ   s    u   _sort_commands.<locals>.keyfnu   key(   u   sortedu   items(   u   cmddictu   orderu   keyfn(    (   u   orderu.   /tmp/pip-zej_zi-build/pip/commands/__init__.pyu   _sort_commandsP   s    u   _sort_commandsNT(    u   __doc__u   pip.commands.bundleu   BundleCommandu   pip.commands.completionu   CompletionCommandu   pip.commands.freezeu   FreezeCommandu   pip.commands.helpu   HelpCommandu   pip.commands.listu   ListCommandu   pip.commands.searchu   SearchCommandu   pip.commands.showu   ShowCommandu   pip.commands.installu   InstallCommandu   pip.commands.uninstallu   UninstallCommandu   pip.commands.unzipu   UnzipCommandu   pip.commands.zipu
   ZipCommandu   pip.commands.wheelu   WheelCommandu   nameu   commandsu   commands_orderu   Trueu   get_summariesu   get_similar_commandsu   _sort_commands(    (    (    u.   /tmp/pip-zej_zi-build/pip/commands/__init__.pyu   <module>   sN   










	