python-betterproto
python-betterproto copied to clipboard
Cannot split a package into multiple files
Hi,
I find the output structure from the compiler a bit odd, it makes it not possible to build a proto package split across multiple files. Why is this?
In the standard compiler this is no issue.
You can try my version https://github.com/morapet/python-betterproto/tree/dbg which is based on 1.X version, I am planning to do similar for upcoming version 2.X of better proto and then hopefully I get into some talks about integartion of some changes maybe into danielgtaylor orig version ...
thank u