Timeline for answer to protocol buffers in python: no classes generated by Dmytro N.
Current License: CC BY-SA 4.0
Post Revisions
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 11, 2023 at 1:31 | comment | added | mic |
well the documentation actually says it generates special descriptors for all your messages, enums, and fields, and some mysteriously empty classes, one for each message type:, so I, too, expected to find the classes in there. It is not outdated, but probably not 100 correct either.
|
|
| May 20, 2023 at 7:49 | comment | added | Soroosh | thanks. could you please provide a code that we could use in the way you answered? | |
| Aug 25, 2022 at 1:02 | comment | added | Dmytro N. | But, if you're looking for the ways to actually generate the classes you might be looking for, you can look into something called python-betterproto, but be aware of possible performance degradation | |
| Aug 25, 2022 at 0:54 | history | answered | Dmytro N. | CC BY-SA 4.0 |