Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 685 Bytes

File metadata and controls

14 lines (9 loc) · 685 Bytes

The Buf logo

Protovalidate in gRPC and Python

This directory contains companion code for the Protovalidate in gRPC and Python quickstart, where you learn to add Protovalidate to a Python RPC powered by gRPC:

  1. Adding the Protovalidate dependency.
  2. Annotating Protobuf files and regenerating code.
  3. Adding a gRPC interceptor.
  4. Testing your validation logic.

It contains a start directory, where you work on the example files, and a finish directory that you can use to compare against.