Skip to main content

A simple way to use enviroment configurations.

Project description

A simple python module to help to handle with ENV variables and files with paramters ( .env, .config, .properties ...)

Installing

pip install external-variables

Usage

from envpy import get_variables

get_variables(readFile:bool=True, requiredFile:bool=False, readOS:bool=True, filepath:str=f'{os.getcwd()}', filename:str='.env', prefix:str='')

The method get_variables will read the variables from a 'enviroment file' and/or 'enviroment vars' from host system.

The normal behaivior is the method will try to read a 'console current path .env file' if exist and after will check on host if had any enviroment variable with the same name and overide de file value.

Can be change if a enviroment file is or not required. If required will raise a error if the file was not found.

If the readFile or readOS is False the method will ignore the override step.

Also the values can be filter by the use of prefix.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

external-variables-0.2.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

external_variables-0.2.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page