./misc/py-expandvars, Expand system variables Unix style

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.12.0, Package name: py311-expandvars-0.12.0, Maintainer: pkgsrc-users

Expand system variables Unix style. 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.


Master sites:

Filesize: 10.653 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-22 13:25:29 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-expandvars: added version 0.12.0

Expand system variables Unix style. 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.