python-betterproto icon indicating copy to clipboard operation
python-betterproto copied to clipboard

Have an output file for every class with the name of the class instea…

Open jwasys opened this issue 8 months ago • 1 comments

…d of a init.py. Now we can parse a tree of .proto files with multiple .proto files in each sub dir without overwriting the init.py with every invocation of the compiler

Summary

Checklist

  • [ ] If code changes were made then they have been tested.
    • [ ] I have updated the documentation to reflect the changes.
  • [ ] This PR fixes an issue.
  • [ ] This PR adds something new (e.g. new method or parameters).
    • [ ] This change has an associated test.
  • [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • [ ] This PR is not a code change (e.g. documentation, README, ...)

jwasys avatar Apr 16 '25 10:04 jwasys

This should be configurable of coarse but for now it servers my purpose.

jwasys avatar Apr 16 '25 10:04 jwasys