Skip to main content

A tool to simplify reading environment variables and .env files

Project description

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

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

modelw_env_manager-1.0.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

modelw_env_manager-1.0.0-py3-none-any.whl (8.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