Skip to content

Repository files navigation

cloudkeeper gRPC generated classes for Python

This repository contains Python classes generated for gRPC communication within the cloudkeeper project.

Depends

git submodules

git submodule update --init --recursive

Install gRPC:

python -m pip install grpcio

(see https://github.com/protocolbuffers/protobuf/blob/master/src/README.md for more)

Compilation:

WARNING: to allow poetry work with generated files add 'from .' before import cloudkeeper_pb2 as cloudkeeper__pb2 in cloudkeeper_pb2_grpc.py

python -m grpc_tools.protoc --python_out=. --grpc_python_out=. -I=cloudkeeper-proto/ cloudkeeper-proto/cloudkeeper.proto

Acknowledgements

This work is co-funded by the EOSC-hub project (Horizon 2020) under Grant number 777536.

About

cloudkeeper gRPC generated classes for Python

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages