thrift

Framework for scalable cross-language services development

brewmacoslinux
Try with needOr install directly
Source

About

Framework for scalable cross-language services development

Commands

thrift

Examples

Generate Python code from a Thrift definition file$ thrift -gen py service.thrift
Generate Java code from a Thrift definition file$ thrift -gen java service.thrift
Display Thrift version and available generators$ thrift -version