pypi proto-plus 0.2.0
proto-plus 0.2.0

latest releases: 1.24.0, 1.24.0rc3, 1.24.0rc2...
5 years ago

release level documentation

Features

  • Added support for automatically handling google.protobuf.Struct (#10)
  • The marshal is no longer a singleton. (#9)
    • Messages can now take a marshal meta argument declaring which marshal they use. If none is specified, then the package is used.
    • Recommended behavior: One marshal per Python package.
  • The serialize method now coerces its input. (#7)
    • This makes integration with gRPC far more robust, since gRPC can take the coercible objects directly.

Don't miss a new proto-plus release

NewReleases is sending notifications on new releases.