Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 408 Bytes

README.rst

File metadata and controls

24 lines (15 loc) · 408 Bytes

Thriftpy-Cli

Install

pip install thriftpy-cli

If you are using Python2, ipython 7 and above has dropped python2 support, so you'll need:

pip install thriftpy-cli ipython==6.5.0

Usage

$ thriftpy-cli -t thrift_file.thrift -h localhost -p 8010 -s ServiceName
$ # Launching into ipython
>>> client.api(*args)