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
myEnv = config.ENV
myAPiKey = config.APIKEY
# Nested information
myBddHost = config.BDD.Host
myBddDatabaseName = config.BDD.DATABASENAME
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.1.tar.gz
(15.0 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.1.tar.gz.
File metadata
- Download URL: easyworkenv-0.3.1.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e21580032da8137dcd8b56b0c5584b7d29654720916b06dafeccecfa4fda1091
|
|
| MD5 |
bde31a1361687d10cbc990e6b961eb43
|
|
| BLAKE2b-256 |
764989e58a91518c9e9a95c1c34d7fdb9402e905a8b67750d767deb703a0c154
|
File details
Details for the file easyworkenv-0.3.1-py3-none-any.whl.
File metadata
- Download URL: easyworkenv-0.3.1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff4d4de76d8ead1e55a3a81379dc26dc790668d166a0c58eba6e3a1400184485
|
|
| MD5 |
dd77aad81eb65c599295c3e3f6832ae7
|
|
| BLAKE2b-256 |
63499b023597d1f6ed9786eef31584e8868ee9df0c3287716a983ef82924cda4
|