[ trixie ]
[ sid ]
[ 源代码: python-expandvars ]
软件包:python3-expandvars(1.1.1-1)
python3-expandvars 的相关链接
Debian 的资源:
下载源码包 python-expandvars:
- [python-expandvars_1.1.1-1.dsc]
- [python-expandvars_1.1.1.orig.tar.gz]
- [python-expandvars_1.1.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
bash-style environment variable expansion in Python
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.