<!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  Gd d   d e  Z Gd d   d e  Z Gd d   d e  Z Gd d   d e  Z Gd	 d
   d
 e  Z Gd d   d e  Z Gd d   d e  Z Gd d   d e  Z	 Gd d   d e  Z
 Gd d   d e  Z Gd d   d e  Z d S(   u"   Exceptions used throughout packagec             B   s   |  Ee  Z d  Z d Z d S(   u   PipErroru   Base pip exceptionN(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   PipError   s   u   PipErrorc             B   s   |  Ee  Z d  Z d Z d S(   u   InstallationErroru%   General exception during installationN(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   InstallationError   s   u   InstallationErrorc             B   s   |  Ee  Z d  Z d Z d S(   u   UninstallationErroru'   General exception during uninstallationN(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   UninstallationError   s   u   UninstallationErrorc             B   s   |  Ee  Z d  Z d Z d S(   u   DistributionNotFounduC   Raised when a distribution cannot be found to satisfy a requirementN(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   DistributionNotFound   s   u   DistributionNotFoundc             B   s   |  Ee  Z d  Z d Z d S(   u   BestVersionAlreadyInstalleduP   Raised when the most up-to-date version of a package is already
    installed.  N(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   BestVersionAlreadyInstalled   s   u   BestVersionAlreadyInstalledc             B   s   |  Ee  Z d  Z d Z d S(   u
   BadCommandu0   Raised when virtualenv or a command is not foundN(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu
   BadCommand   s   u
   BadCommandc             B   s   |  Ee  Z d  Z d Z d S(   u   CommandErroru7   Raised when there is an error in command-line argumentsN(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   CommandError   s   u   CommandErrorc             B   s   |  Ee  Z d  Z d Z d S(   u   PreviousBuildDirErroru:   Raised when there's a previous conflicting build directoryN(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   PreviousBuildDirError!   s   u   PreviousBuildDirErrorc             B   s   |  Ee  Z d  Z d Z d S(   u   HashMismatchu*   Distribution file hash values don't match.N(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   HashMismatch%   s   u   HashMismatchc             B   s   |  Ee  Z d  Z d Z d S(   u   InvalidWheelFilenameu   Invalid wheel filename.N(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   InvalidWheelFilename)   s   u   InvalidWheelFilenamec             B   s   |  Ee  Z d  Z d Z d S(   u   UnsupportedWheelu   Unsupported wheel.N(   u   __name__u
   __module__u   __qualname__u   __doc__(   u
   __locals__(    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   UnsupportedWheel-   s   u   UnsupportedWheelN(   u   __doc__u	   Exceptionu   PipErroru   InstallationErroru   UninstallationErroru   DistributionNotFoundu   BestVersionAlreadyInstalledu
   BadCommandu   CommandErroru   PreviousBuildDirErroru   HashMismatchu   InvalidWheelFilenameu   UnsupportedWheel(    (    (    u'   /tmp/pip-zej_zi-build/pip/exceptions.pyu   <module>   s   