Le 11/08/2021 à 22:20, David Li a écrit :
If the worry is public distribution (i.e. requiring all downstream projects to also run flatc in their builds) we could perhaps ship a package that just consists of the generated code (though that's definitely more packaging burden, and won't help when you're doing development against in-progress or unreleased changes).
Yes, we can do that. And in this case, we can even probably hide the Flatbuffers objects behind a more idiomatic API (such as nested dicts in Python).
Regards Antoine.