twitchtv / twirp

A simple RPC framework with protobuf service definitions

Home Page:https://twitchtv.github.io/twirp/docs/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop protoc-gen-twirp_python in favor of external implementations

marioizquierdo opened this issue · comments

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