Skip to main content

Helm client

Project description

helm-client

This project aims to provide an easy interface over helm-cli.

Basic syntax is very similar to helm cli.

helm.repo.list() is the same as helm repo list

Example Usage

import helm
from helm.models import HelmRepo

repositories: List[HelmRepo] = helm.repo.list()
for repo in repositories:
    print(repo.name)

Models

We aim to provide pydantic models for all reasonable use-cases.

Arguments

The default implementation of the commands can handle keyword arguments, like namespace=something and transforms them to correct cli arguments.

  • --arg-name value is the same as arg_name=value
  • --boolarg is the same as boolarg=True

Work in progress

Expect breaking changes

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

helm_client-0.2.2.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

helm_client-0.2.2-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page