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 = "^3.0.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.
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-3.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5526962c6dbb9bb808f8757656b7771b34f5ef92ccabd6f90688f44fb33cbcc0 |
|
MD5 | 958fdb66766737246a474df9236b4a60 |
|
BLAKE2b-256 | e15bd67497d7930d5113a5baedb16bad5679df48bd65adbe1ebc513799e1244a |