A Python library that implements shell-style parameter expansion (e.g., ${VAR:-default}, ${VAR#prefix}). It is a patched fork of the original parameter-expansion library, maintained for PyPI distribution. Current version 0.3.1, with occasional updates.
pip install parameter-expansion-patchedVerified import paths — ran on the pinned version, not inferred.
Creates a ParameterExpander with an environment dict, then expands a string with shell parameter syntax.
If you want to use the real environment, pass os.environ: ParameterExpander(env=os.environ).
Check the documentation for supported syntax before relying on advanced patterns.
No dependency data recorded yet.