Python bindings for Helm: Kubernetes package manager
Project description
======
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.1.3. 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/*
```
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.1.3. 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/*
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyhelm-0.0.1.dev33.tar.gz
(25.1 kB
view hashes)
Built Distribution
Close
Hashes for pyhelm-0.0.1.dev33-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50c31df629aa3c795b2271d786d2257c2fa543c4cd4e5fb5e433c1a257084b71 |
|
MD5 | 50903395de86c814327caffc91bee2d0 |
|
BLAKE2b-256 | db82462cca3b38be12aeb4f8ff9ccb15de6e81c362e53b0b46545ef6f775b03c |