We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d8267 commit 855df6eCopy full SHA for 855df6e
README.md
@@ -82,6 +82,10 @@ newLincoln = person_proto.Person()
82
newLincoln.ParseFromString(serializedLincoln)
83
```
84
85
+The `package` definition is mandatory; it determines the Python module name that the code
86
+will generate. If it has dots for namespacing, like `com.cueup.foo`, the last part of the
87
+name (`foo`) will be used for the Python module name.
88
+
89
### One more thing
90
91
It's simple, but not that simple. The biggest caveat is that protobuf objects embedded in
0 commit comments