modelw-env-manager 1.0.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

modelwenvmanager 1.0.0

Model W — Env Manager
The goal of the env manager is to help managing the loading of environment
variables and Django settings (although this is not Django-dependent).
Typical use is:
from model_w.env_manager import EnvManager


with EnvManager() as env:
SOME_VALUE = env.get('SOME_VALUE', is_yaml=True, default=False)

Documentation
✨ Documentation is there ✨

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.