This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Description
Does protorpc convert .proto files into Message instances that can be stored in Cloud Datastore? I don't understand why the Datastore client doesn't accept the standard Python codegen produced by the protoc compiler.
According to this StackOverflow answer, there is no current facility for storing arbitrary protocol buffers in Datastore, but it looks to me that this library may be capable of doing that.