helm-wrap

Python wrapper for Helm binary


License
Other
Install
pip install helm-wrap==1.0.4

Documentation

helm-wrap

Python wrapper for Helm binary

Usage

from helm_wrap import helm

h = helm.Helm(o='json')
lst = h.list()
lst.raise_for_status()

print(lst.json)