twitchtv / twirp

A simple RPC framework with protobuf service definitions
https://twitchtv.github.io/twirp/docs/intro.html
Apache License 2.0
7.19k stars 326 forks source link

Drop protoc-gen-twirp_python in favor of external implementations #303

Closed marioizquierdo closed 3 years ago

marioizquierdo commented 3 years ago

When Twirp was initially released, a Python implementation was added in this repo as an example of Twirp implemented in a different language than Go. However, all other implementations were done in different repos. The current recommended Python implementation is https://github.com/verloop/twirpy