diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-04-29 11:56:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:56 +0700 |
commit | 3c51d130a9fd36fe75f37525d8f1506da8d2972f (patch) | |
tree | 790a6fd4a0f67b96a9db5011f3661a2bd19dd184 /python/python-confuse/README | |
parent | 718fbab13f814f5e0a3a8ca286594bb78ef3b732 (diff) |
python/python-confuse: Added (painless YAML config files)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-confuse/README')
-rw-r--r-- | python/python-confuse/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-confuse/README b/python/python-confuse/README new file mode 100644 index 0000000000000..9afb5dd1af182 --- /dev/null +++ b/python/python-confuse/README @@ -0,0 +1,6 @@ +python-confuse: painless YAML config files + +Confuse is a configuration library for Python that uses YAML. It takes +care of defaults, overrides, type checking, command-line integration, +environment variable support, human-readable errors, and standard +OS-specific locations. |