python-betterproto/README.md
2019-10-08 00:23:11 -07:00

389 B

TODO

  • Fixed length fields
    • Packed fixed-length
  • Zig-zag signed fields (sint32, sint64)
  • Don't encode zero values for nested types
  • Enums
  • 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!