I have this following requirement: I want to gene...
# general
b
I have this following requirement: I want to generate stubs from proto files in my repo and then package and publish the generated files as a python library. My questions are: 1. What is the goal to generate stubs? 2. Is it necessary to have the grpcio dependencies in
3rdparty/python
folder? I have the dependencies listed in another directory in the same repo where I am going to be importing the generated stubs. I am first building a conda environment which has those requirements fulfilled and then generating the stubs. I am doing all of this in my local machine right now but would want to integrate this entire process in my CI once I get this working.