danielgtaylor / python-betterproto

Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC
MIT License
1.5k stars 210 forks source link

Cannot split a package into multiple files #399

Open jakkes opened 2 years ago

jakkes commented 2 years ago

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.

morapet commented 2 years ago

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 ...