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.dev39.tar.gz
(25.2 kB
view hashes)
Built Distribution
Close
Hashes for pyhelm-0.0.1.dev39-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2d5a95e5d4e73546128643dee1a7e17212b790b23babc51f48a4659952b25ec |
|
MD5 | 43b07cf3234c0c92a8795cb4cdb74a61 |
|
BLAKE2b-256 | c153bd8bf05de4cfdf4b7654b1651e697657e0a14fa428bb872f59d5f20aebef |