summaryrefslogtreecommitdiffstats
path: root/python/python3-expandvars/README
diff options
context:
space:
mode:
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.