aboutsummaryrefslogtreecommitdiff
path: root/python/python3-expandvars/README
diff options
context:
space:
mode:
authorJay Lanagan <j@lngn.net>2023-11-25 07:25:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-25 07:57:53 +0700
commit1f46797ed685c0cb953dd5d05bd2768a4586babe (patch)
treeb043da51cdfd229b16649e68e6b1fe37d61f0ddf /python/python3-expandvars/README
parent21141e45e81bd76f3267daf7a9d6571fea8ec3e6 (diff)
python/python3-expandvars: Added (Expand system variables).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-expandvars/README')
-rw-r--r--python/python3-expandvars/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-expandvars/README b/python/python3-expandvars/README
new file mode 100644
index 0000000000..1fc93c17a5
--- /dev/null
+++ b/python/python3-expandvars/README
@@ -0,0 +1,6 @@
+python3-expandvars
+
+Expand system variables Unix style.
+
+This module is inspired by GNU bash's variable expansion features. It
+can be used as an alternative to Python's os.path.expandvars function.