Well, note that soon (hopefully in the next major release after 2.2.0 -- we actually have someone actively working on it now) the Python implementation will be able to wrap C++ classes for better performance. At that point it will probably be easy to accomplish what you want by handing off most of the work to the C++ library (and I can imagine that we'd provide a Python API for this). But if you need something that works without any C extensions, the more work will have to be done.
On Fri, Aug 7, 2009 at 1:03 PM, Scott Stafford <[email protected]>wrote: > > Hi - > > We need DescriptorPool::BuildFile-like functionality in the protobuf > Python library. In other words, something that can take a > FileDescriptorProto object and create a bunch of > descriptor.Descriptor's that can be made into dynamic loaded > classes. > > We haven't looked very closely at this problem yet, we're still trying > to assess exact requirements. > > I am pretty sure nothing like it exists (correct?). If we built it > ourselves, is it something that could be/would be of interest for the > official protobuf distro? Does anyone have opinions on the form it > should take? > > Scott > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---
