Index | Thread | Search

From:
Denis Fondras <denis@openbsd.org>
Subject:
[NEW] devel/py-expanvars v0.12.0
To:
ports@openbsd.org
Date:
Sat, 17 Aug 2024 17:28:17 +0200

Download raw body.

Thread
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.

This is required for ansible-libssh.

OK ?