🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 02:06:21 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
dotenv
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/dotenv/__pycache__
🔄 Refresh
✏️
Editing: cli.cpython-38.pyc
Read Only
U ��f� � @ s� d dl Z d dlZd dlZd dlZd dlmZ d dlmZ d dlm Z m Z mZmZm Z zd dlZW n* ek r� ej�d� e�d� Y nX ddlmZmZmZ ddlmZ d d � Ze�� ejdde� ejd d�dd�ejddde�dddg�dd�ejdddejdd�ejed�ej ej!e e e dd�dd�������Z"eej#eee$ d�d d!��Z%e"�&� ej ejd"d#e�d#d$d%d&g�d'd�ej!e'dd(�d)d*����Z(e"�&� ej ej)d+d d,�ej)d-d d,�ej!e e dd.�d/d0�����Z*e"�&� ej ej)d+d d,�ej!e dd1�d2d3����Z+e"�&� ej ej)d+d d,�ej!e dd1�d4d5����Z,e"j&d6d id7�ej ejd8d d9d:�ej)d;d<ej-d=�ej!e'e e$ dd>�d?d@�����Z.e e$ e e$e$f e/dA�dBdC�Z0dS )D� N)�contextmanager)�Popen)�Any�Dict�IO�Iterator�ListzkIt seems python-dotenv is not installed with cli option. Run pip install "python-dotenv[cli]" to fix this.� )� dotenv_values�set_key� unset_key)�__version__c C s6 zt �� } W n tk r" Y dS X t j�| d�}|S )zZ Return a path for the ${pwd}/.env file. If pwd does not exist, return None. Nz.env)�os�getcwd�FileNotFoundError�path�join)�cwdr � r �;/opt/alt/python38/lib/python3.8/site-packages/dotenv/cli.py� enumerate_env s r z-fz--fileT)Z file_okayzNLocation of the .env file, defaults to .env file in current working directory.)�default�type�helpz-qz--quote�always�never�autozbWhether to quote or not the variable values. Default mode is always. This does not affect parsing.z-ez--exportFz;Whether to write the dot file as an executable bash script.)�version)�ctx�file�quote�export�returnc C s |||d�| _ dS )zAThis script is used to set, get or unset values from a .env file.)�QUOTE�EXPORT�FILEN)�obj)r r r r! r r r �cli"