<!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>
B
    Re½  ć               @   s8   d Z ddlZdd Zdd Zdd Zd	d
 Zdd ZdS )zB
This module provides means to detect the App Engine environment.
é    Nc               C   s   t  p
t S )N)Śis_local_appengineŚis_prod_appengine© r   r   ś/builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyŚis_appengine   s    r   c               C   s   t  otjd dkS )a#  Reports if the app is running in the first generation sandbox.

    The second generation runtimes are technically still in a sandbox, but it
    is much less restrictive, so generally you shouldn't need to check for it.
    see https://cloud.google.com/appengine/docs/standard/runtimes
    ŚAPPENGINE_RUNTIMEŚpython27)r   ŚosŚenvironr   r   r   r   Śis_appengine_sandbox   s    r   c               C   s   dt jkot j dd” d”S )Nr   ŚSERVER_SOFTWAREŚ zDevelopment/)r	   r
   ŚgetŚ
startswithr   r   r   r   r      s    r   c               C   s   dt jkot j dd” d”S )Nr   r   r   zGoogle App Engine/)r	   r
   r   r   r   r   r   r   r      s    r   c               C   s   dS )zDeprecated.Fr   r   r   r   r   Śis_prod_appengine_mvms"   s    r   )Ś__doc__r	   r   r   r   r   r   r   r   r   r   Ś<module>   s   
