blob: 1fc93c17a573850818d3c0ac310d90ab8258d2d3 (
plain)
1
2
3
4
5
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.
|