Substitute environment variables in a string
Project description
Substitute environment variables in a string:
>>> import os >>> from envsubst import envsubst >>> del os.environ['PS1'] >>> print(envsubst('$USER@$HOST ${PS1:-$}:')) ashafer01@github.com $: >>> os.environ['PS1'] = '' >>> print(envsubst('$USER@$HOST ${PS1:-$}:')) ashafer01@github.com $: >>> print(envsubst('$USER@$HOST ${PS1-foo}:')) ashafer01@github.com : >>> os.environ['DEFAULT_PROMPT'] = '$' >>> print(envsubst('$USER@$HOST ${PS1:-$DEFAULT_PROMPT}:'))
Also supports $0, $1, etc. from argv.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
envsubst-0.1.5.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file envsubst-0.1.5.tar.gz
.
File metadata
- Download URL: envsubst-0.1.5.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8e402984a84dda4ea7a8a1f7afe1c41e54a1257cfb74c80cb8f991053d97b9b |
|
MD5 | 1370703fc7fa6a61f880232f8e0519af |
|
BLAKE2b-256 | 6d0f8e483ec1f0b3b05ea06c4e5ce6d9cadcfbf8e216e6ddde02496a1fbcfde7 |
File details
Details for the file envsubst-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: envsubst-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7188f9f2a046e45b63098ce5a7fd84126cbe9e5b73b8ff78eaf6e32122c0caaf |
|
MD5 | 88499f95db170e1bc646617614c19c61 |
|
BLAKE2b-256 | bd295ab85c5e436f9c921a7fab2b2a5c7fa5069c777312586483fa4ca90a7cad |