pyrobuf icon indicating copy to clipboard operation
pyrobuf copied to clipboard

Cython as a run requirement?

Open jakirkham opened this issue 7 years ago • 1 comments

Appears Cython is required at runtime. Out of curiosity, what is Cython being used for at run time?

jakirkham avatar Aug 24 '18 00:08 jakirkham

Cython is not required to use compiled pyrobuf modules, however, when you run pyrobuf --install /path/to/proto/specs pyrobuf generates Cython code for the messages your are compiling, which Cython then compiles to a Python module.

tburmeister avatar Aug 24 '18 01:08 tburmeister