project settings the UNIX way
Project description
dj_settings offers way to add project settings in a way that has been battle-tested for years in numerous UNIX apps, reading from the value /etc/<conf_path> or ~/.config/<conf_path> or <proj_path>/<conf_path> or an ENV VAR, allowing overriding from the next read location. It’s mainly targeting django, but it can be used as a general settings parser
In a nutshell
Installation
The easiest way is to use poetry to manage your dependencies and add dj_settings to them.
[tool.poetry.dependencies]
dj_settings = "^4.1.0"
Usage
dj_settings will read from various config files to get the value of a variable, in a way that’s very familiar to all UNIX users. It allows setting default values, and overriding with ENV VARs and .d directories.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dj_settings-4.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1572714b5d38580bef252e92e2fa30829fce663e4d487de46ac46fc44098ed01 |
|
MD5 | dca8642ee8c86bdaa454459fab2b4a4b |
|
BLAKE2b-256 | 7650bb235100599aa1082880b213e75b24a364a7407428ec5ee3debc2e70afbf |