Socket
Socket
Sign inDemoInstall

grpc-protoc-annotations

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grpc-protoc-annotations

Provides the missing pieces for gRPC Gateway.


Maintainers
1

Readme

gRPC Gateway Support

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.

Usage

pip install grpc-protoc-annotations

Building

  1. Run make init
  2. Run make build to generate the code from grpc-gateway and build the package
  3. Run pip install dist/grpc_protoc_annotations-2.14.0-py3-none-any.whl to install in the current Python distribution

Publishing (optional)

Setup PyPi credentials and

  1. make distribute

Credits

Original implementation from HackEdu, but Github repository is not available anymore and the Pypi package unmaintained.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc