You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to change the source to specify the path for the protobuf files using wildcards? Or even better, if the protobufs configuration is not specified, it automatically searches for all .proto files inside the project?
Best regards,
Jorge Pereira
The text was updated successfully, but these errors were encountered:
There is currently no support for specifying wildcards in pyproject.toml (though open to PRs to add that), but the setup.py interface just allows arguments to be passed in as python objects so you could call glob() there and pass the appropriate list of paths into Protobuf().
Hope that helps.
jmspereira
changed the title
Support wildcards in protofufs
Support wildcards in protobufs
Mar 20, 2024
Hey @jelmer,
Thanks for the awesome project!
Is it possible to change the source to specify the path for the protobuf files using wildcards? Or even better, if the protobufs configuration is not specified, it automatically searches for all .proto files inside the project?
Best regards,
The text was updated successfully, but these errors were encountered: