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.0.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.0.tar.gz.
File metadata
- Download URL: easyworkenv-0.3.0.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 |
b53815336f20c87098ceb5f2ebe66c22091fb9126aaf615523539a7fc8e01cc2
|
|
| MD5 |
8c2eada81c4cb8aaecd26cc4c7364bd5
|
|
| BLAKE2b-256 |
62b76678100a2cd11fe82900f2239e21985574c3e8124a247980d046823b5ba6
|
File details
Details for the file easyworkenv-0.3.0-py3-none-any.whl.
File metadata
- Download URL: easyworkenv-0.3.0-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 |
f064059f09bedb0fc169c9efd00f470d5aff507f5f7a6f4d5d7f6a92ab6ca3cc
|
|
| MD5 |
82a103793c59fcddfcecb064f646d70a
|
|
| BLAKE2b-256 |
665731acb738843eda7f7b04041e66732b6b0c03bb7b5814379e7d05fffd5708
|