Package python3-module-django-environ: Information
Source package: python3-module-django-environ
Version: 0.13.0-alt1.1
Build time: Mar 30, 2026, 05:53 AM in the task #413485
Category: Development/Python3
Report package bugLicense: MIT
Summary: Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application
Description:
The idea of this package is to unify a lot of packages that make the same stuff: Take a string from os.environ, parse and cast it to some of useful python typed variables. To do that and to use the 12factor approach, some connection strings are expressed as url, so this package can parse it and return a urllib.parse.ParseResult. These strings from os.environ are loaded from a .env file and filled in os.environ with setdefault method, to avoid to overwrite the real environ.
Maintainer: Grigory Ustinov
Last changed
March 25, 2026 Grigory Ustinov 0.13.0-alt1.1
- Demodernized packaging.
Feb. 27, 2026 Evgeniy Martynenko 0.13.0-alt1
- New version (0.13.0).
Feb. 16, 2026 Evgeniy Martynenko 0.12.1-alt1
- New version (0.12.1).