Name: | python3-expandvars |
---|---|
Version: | 0.12.0 |
Release: | 7.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 38817 |
License: | MIT |
RPM: | python3-expandvars-0.12.0-7.el10_0.noarch.rpm |
Source RPM: | python-expandvars-0.12.0-7.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/sayanarijit/expandvars |
Summary: | Expand system variables Unix style |
Description: | 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. A good use case is reading config files with the flexibility of reading values from environment variables using advanced features like returning a default value if some variable is not defined. |