Dmitri Lapin
Dmitri Lapin
I guess that it is already possible somehow, as you do communicate with native binary from python. Could you point me to the right place to look for code that...
I'm sorry to bother you... Here is my two cents: - JSON -- using it involves base64 encoding/decoding which takes time and makes data about 30% bigger. - protobuf looks...
It is still possible to workaround this issue without downgrading `setuptools_scm`. It works for me with the following setup (`setup.py` is one level deeper than repository root) ```python ... use_scm_version={'relative_to':...