Skip to main content

Opinionated environment variable parser for Django

Project description

An opinionated environment variable parser, which focuses on strictness, and doing one thing well. Can be used standalone or with Django.

Build status of the master branch Code coverage of the master branch Package license Latest version released on PyPi Build status of documentation

Why another environment parser?

Coming Soon

Documentation

Coming Soon

Installation

Install from PyPI with pip:

$ pip install django-envy

Usage

Use django-envy to read and cast environment variables in your django settings:

from envy import env

DEBUG = env.bool('DEBUG', default=False)  # True if os.environ['DEBUG'] == 'true', defaults to False
TEMPLATE_DEBUG = DEBUG

SECRET_KEY = env('SECRET_KEY')  # Will raise ImproperlyConfigured if SECRET_KEY is not in os.environ

License

Django-envy is licensed under the MIT license. See LICENSE

Release History

See CHANGELOG.rst

Acknowledgments

Django-envy takes inspiration from multiple sources and packages:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_envy-0.1.1-py2.py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 2 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