<!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>
3
Pf                 @   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 ddlmZ ejeejee
je
ejeejeejeejeejeejeejeejeejeiZeeeeeeeeee
eegZdddZdd Zdd Z dS )z%
Package containing all pip commands
    )absolute_import)CompletionCommand)DownloadCommand)FreezeCommand)HashCommand)HelpCommand)ListCommand)CheckCommand)SearchCommand)ShowCommand)InstallCommand)UninstallCommand)WheelCommandTc             c   s:   | rt tt}ntj }x|D ]\}}||jfV  qW dS )z5Yields sorted (command name, command summary) tuples.N)_sort_commandscommands_dictcommands_orderitemsZsummary)ZorderedZcmditemsnameZcommand_class r   /usr/lib/python3.6/__init__.pyget_summaries4   s
    r   c             C   s6   ddl m} | j } || tj }|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_commands@   s    r   c                s    fdd}t | j |dS )Nc                s(   y j | d S  tk
r"   dS X d S )N      )index
ValueError)key)orderr   r   keyfnO   s    z_sort_commands.<locals>.keyfn)r   )sortedr   )Zcmddictr    r!   r   )r    r   r   N   s    r   N)T)!__doc__Z
__future__r   Zpip.commands.completionr   Zpip.commands.downloadr   Zpip.commands.freezer   Zpip.commands.hashr   Zpip.commands.helpr   Zpip.commands.listr   Zpip.commands.checkr	   Zpip.commands.searchr
   Zpip.commands.showr   Zpip.commands.installr   Zpip.commands.uninstallr   Zpip.commands.wheelr   r   r   r   r   r   r   r   r   r   r   <module>   sP   

