python-betterproto/README.md
2019-10-09 17:21:29 -07:00

419 B

TODO

  • Fixed length fields
    • Packed fixed-length
  • Zig-zag signed fields (sint32, sint64)
  • Don't encode zero values for nested types
  • Enums
  • Repeated message fields
  • Maps
  • Support passthrough of unknown fields
  • Refs to nested types
  • Imports in proto files
  • Well-known Google types
  • JSON that isn't completely naive.
  • Async service stubs
  • Cleanup!