Package: python3-expandvars Source: python-expandvars Version: 1.1.2-2 Architecture: all Maintainer: Debian Python Team Installed-Size: 37 Depends: python3:any Section: python Priority: optional Multi-Arch: foreign Homepage: https://github.com/sayanarijit/expandvars Description: 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.