
    Dh                     .    d Z ddlZd Zd Zd Zd Zd Zy)zB
This module provides means to detect the App Engine environment.
    Nc                  .    t               xs
 t               S )N)is_local_appengineis_prod_appengine     /var/www/fastuser/data/www/generator.snapmosaic.io/flask_app/venv/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.pyis_appenginer	      s    6#4#66r   c                  F    t               xr 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   is_appengine_sandboxr      s      >Kbjj)<=KKr   c                      dt         j                  v xr/ t         j                  j                  dd      j                  d      S )Nr   SERVER_SOFTWARE zDevelopment/r   r   get
startswithr   r   r   r   r      s6    "**, !22j !r   c                      dt         j                  v xr/ t         j                  j                  dd      j                  d      S )Nr   r   r   zGoogle App Engine/r   r   r   r   r   r      s7    "**, '22j%&'r   c                       y)zDeprecated.Fr   r   r   r   is_prod_appengine_mvmsr   "   s    r   )__doc__r   r	   r   r   r   r   r   r   r   <module>r      s)    
7L!'r   