aboutsummaryrefslogtreecommitdiff
path: root/python/python3-lazr.config/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-07-29 07:43:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 07:43:04 +0700
commit2cc82e4535adb8eaaac1447fdde40ac23d4f2976 (patch)
treea171176b5494f22886938bf4839ecff07e09af8d /python/python3-lazr.config/README
parent0d2a51010a18589b9b628c9d0e1bb060d09ca57f (diff)
python/python3-lazr.config: Added (Python module)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lazr.config/README')
-rw-r--r--python/python3-lazr.config/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-lazr.config/README b/python/python3-lazr.config/README
new file mode 100644
index 0000000000..abcee03b1a
--- /dev/null
+++ b/python/python3-lazr.config/README
@@ -0,0 +1,10 @@
+The LAZR config system is typically used to manage process
+configuration.
+Process configuration is for saying how things change when we run
+systems on different machines, or under different circumstances.
+
+This system uses ini-like file format of section, keys, and values.
+The config file supports inheritance to minimize duplication of
+information across files.
+
+The format supports schema validation.