From fe4e4bfe5d147e851789f02cea37ac1b029589d2 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 5 Nov 2022 00:48:44 +0000 Subject: python/python3-confuse: Added (painless YAML config files) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-confuse/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-confuse/README (limited to 'python/python3-confuse/README') diff --git a/python/python3-confuse/README b/python/python3-confuse/README new file mode 100644 index 0000000000..4f25dfe8f9 --- /dev/null +++ b/python/python3-confuse/README @@ -0,0 +1,6 @@ +python3-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. -- cgit v1.2.3