| Name: | python3-expandvars |
|---|---|
| Version: | 0.12.0 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 34079 |
| License: | MIT |
| RPM: | python3-expandvars-0.12.0-1.el9.noarch.rpm |
| Source RPM: | python-expandvars-0.12.0-1.el9.src.rpm |
| Build Date: | Wed Dec 27 2023 |
| Build Host: | build-ol9-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. |