What is the difference between invoking protoc

protoc -I. --python_out=tmp --grpc_out=tmp --plugin=protoc-gen-grpc=`which 
grpc_python_plugin`       test.proto
(some online docs)

and using grpcio-tools

python -m grpc.tools.protoc -I. --python_out=tmp  --grpc_python_out=tmp   
test.proto
(official gRPC Basics: python)

Are they the same thing?

Regards
Anthony


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/16164493-62b5-4b23-8dca-5cf940a671a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to