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.2.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.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9680d61295e7dc0e222f115992394f4181528effed57c66cf32b91f0bceb5226 |
|
MD5 | 27f68dacb25772a52a2fa3e55a41ec38 |
|
BLAKE2b-256 | f86a15f913cd4096d931d75ebbf568cc5df95474d6b96b154b536687472d85f5 |