Hi all,
I am Sword Chen, a postgraduate student at Mid Sweden University. I 
have used the gPRC for some time. So I would love to contribute to the 
project as part of GSoC. I have seen the given ideas, and I am quite 
interested in the "Support static type-checking of both gRPC Python" , but 
I can't find the relative open issue for this idea.  so I did some prework 
and I put them here.

I have tried the Type Checking Tool Mypy, when I tested some file using the 
grpc module and I got this error " Cannot find module named 'grpc' " Then I 
went through with the Mypy document, Mypy can't do static type-checking of 
both gRPC Python itself and of the code that uses gRPC because Mypy can't 
find a stub for a grpc library module. and here is the 
information about Creating Stubs For Python Modules 
https://github.com/python/mypy/wiki/Creating-Stubs-For-Python-Modules. So 
what I need to do is to create the stubs for the grpc to help Mypy to 
detect the code. Am I working in the right direction now? It would be 
really helpful if someone can give me some guidance, so I can have some 
confidence to go on.

Thanks, 
Sword

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/68a8ef56-208b-42d3-950e-1145e9598a08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to