Skip to content

python-pkgz/grpc_boilerplate

Repository files navigation

Grpc boilerplate

Code for help server and client usage

  • grpcio grpc_boilerplate.grpcio_tools
    • Client unsecure connections
    • Client secure connections
    • Client token auth
    • Server insecure
    • Server secure
  • grpcio.aio grpc_boilerplate.grpcio_aio_tools
    • Client unsecure connections
    • Client secure connections
    • Client token auth
    • Server insecure
    • Server secure
  • grpclib grpc_boilerplate.grpclib_tools
    • Client unsecure connections
    • Client token auth
    • Server insecure
    • Server token auth
    • Server peer whitelist

Examples

Examples proto: helloworld.proto.

Each example implements server and client subcommands.

Run make examples to generate grpc and protobuf code for examples.

Test

$ make qa test

Packages

No packages published