Metadata-Version: 2.4
Name: helm_binary
Version: 3.17.3.post1
Summary: Python wrapper around invoking helm (https://github.com/helm/helm)
Home-page: https://github.com/c0m1c5an5/helm-binary-py
Author: Maksym Kondratenko
Author-email: m.kondratenko.ua@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.helm
Dynamic: license-file

# helm-binary-py

A python wrapper to provide a pip-installable [helm](https://github.com/helm/helm) binary.

Internally this package provides a convenient way to download the pre-built
helm binary for your particular platform.

### installation

```bash
pip install helm-binary
```

### usage

After installation, the `helm` binary should be available in your
environment (or `helm.exe` on windows).
