Provides the missing pieces for gRPC Gateway.
This repo generates the missing Python code to support code generated using gRPC Gateway protoc annotations.
This package depends on googleapis-common-protos
to provide google.api.annotations_pb2
and others that
the generated code will depend on.
pip install grpc-gateway-protoc-gen-openapiv2
./gen-openapi-proto.sh
will generate the code from grpc-gateway.python3 -m pip install --upgrade build && python3 -m build
to build the package.python3 -m pip install --user --upgrade twine && python3 -m twine upload --repository pypi dist/*