This is a package that simplifies environment variable management.
Project description
EasyWorkEnv
This is a Python package that simplifies the management of environment variables.
Compatibility
Supported environment file formats
.json.env.yaml
Example usage
from EasyWorkEnv import Config
# Creation of the object containing all your environment variables
config = Config(".env")
# Variables retrieved from the environment
my_env = config.ENV
my_api_key = config.API_KEY
# Nested information
my_bdd_host = config.BDD.Host
my_bdd_database_name = config.BDD.DATABASE_NAME
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
easyworkenv-0.3.5.tar.gz
(14.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easyworkenv-0.3.5.tar.gz.
File metadata
- Download URL: easyworkenv-0.3.5.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47995d34123d55da7a3d8ab43859f906c1d0ba135345c57ac582e5b92e9523ca
|
|
| MD5 |
24a26582e18177d0cab94981fe6ed67e
|
|
| BLAKE2b-256 |
be90265e829ed3e2e16abfb5e6aaa82910b93dce19b3099963c5de846efa5b70
|
File details
Details for the file easyworkenv-0.3.5-py3-none-any.whl.
File metadata
- Download URL: easyworkenv-0.3.5-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8c92229cafb8bc4c3ebb5cd9bc540aca0cd923011b2b655c2eec99e103d1b0c
|
|
| MD5 |
0c0ba9ab34d62fbfee5e1f9ac76153bd
|
|
| BLAKE2b-256 |
8c7ce6b19cdebf057b617b9f35d81a8bdd1c3eada6f7a4e610e57f8944869288
|