Skip to content

avorima/pyhelm

This branch is 71 commits behind flaper87/pyhelm:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 10, 2018
Jan 13, 2019
Jan 11, 2019
Jan 11, 2019
Jan 11, 2019
Feb 8, 2017
Feb 15, 2017
Dec 10, 2018
Dec 9, 2018
Nov 13, 2018
May 12, 2017
Jan 11, 2019

Repository files navigation

PyHelm

Python bindings for the Helm package manager

Helm gRPC

The helm gRPC libraries are located in the hapi directory. They were generated with the grpc_tools.protoc utility against Helm 2.11. Should you wish to re-generate them you can easily do so:

git clone https://github.com/kubernetes/helm ./helm
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. _proto/hapi/chart/*
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. _proto/hapi/services/*
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. _proto/hapi/release/*
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. _proto/hapi/version/*

About

Python bindings for Helm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%