没有合适的资源?快使用搜索试试~ 我知道了~
Thrift的Python版本ThriftPy.zip
共164个文件
py:76个
thrift:55个
pyx:5个
需积分: 19 2 下载量 146 浏览量
2019-07-17
04:42:00
上传
评论
收藏 158KB ZIP 举报
温馨提示
ThriftPy 是 Apache Thrift 的 Python 语言移植版本。 服务器端示例代码: import thriftpy from thriftpy.rpc import make_server pingpong = thriftpy.load("pingpong.thrift") class Dispatcher(object): def ping(self): return "pong" server = make_server(pingpong.PingPong, Dispatcher(), '127.0.0.1', 6000) server.serve() 客户端: import thriftpy from thrift.rpc import make_client pingpong = thriftpy.load("pingpong.thrift") client = make_client(pingpong.PingPong, '127.0.0.1', 6000) client.ping() 标签:ThriftPy
资源推荐
资源详情
资源评论
收起资源包目录
Thrift的Python版本ThriftPy.zip (164个子文件)
cert.cer 1KB
setup.cfg 22B
server.crt 1KB
client.crt 1KB
.gitignore 397B
.gitignore 8B
endian_port.h 705B
MANIFEST.in 190B
tox.ini 228B
keystore.jks 2KB
server.key 2KB
client.key 887B
LICENSE 1KB
Makefile 7KB
Makefile 356B
README.md 2KB
server.p12 3KB
client.p12 2KB
CA.pem 5KB
server.pem 3KB
client.pem 3KB
cybase.pxd 562B
parser.py 24KB
compact.py 16KB
storm.py 15KB
test_tracking.py 15KB
test_protocol_cybinary.py 12KB
thrift.py 12KB
binary.py 10KB
http.py 10KB
test_parser.py 10KB
tracking.py 8KB
tornado.py 8KB
conf.py 8KB
test_protocol_compact.py 8KB
__init__.py 8KB
socket.py 7KB
test_rpc.py 6KB
json.py 5KB
_ssl.py 5KB
sslsocket.py 5KB
test_protocol_binary.py 4KB
rpc.py 4KB
addressbook.py 4KB
lexer.py 4KB
test_socket.py 4KB
tracker.py 4KB
test_tornado.py 4KB
test_http.py 3KB
test_type_mismatch.py 3KB
setup.py 3KB
test_framed_transport.py 3KB
test_sslsocket.py 3KB
server.py 3KB
test_buffered_transport.py 3KB
__init__.py 3KB
test_json_protocol.py 3KB
test_multiplexed.py 2KB
__init__.py 2KB
test_loader.py 2KB
test_hook.py 2KB
__init__.py 2KB
test_base.py 2KB
_compat.py 2KB
tutorial_server.py 2KB
test_memory_transport.py 2KB
__init__.py 2KB
benchmark_apache_thrift_struct.py 2KB
benchmark_struct.py 2KB
test_cytransport.py 1KB
test_container.py 1KB
__init__.py 1KB
multiplexed_server.py 1KB
multiplex.py 1KB
__init__.py 1KB
tutorial_client.py 1KB
utils.py 1KB
multiplexed_client.py 1KB
calc_server.py 987B
test_const.py 973B
hook.py 886B
calc_client.py 707B
sleep_server.py 537B
container.py 460B
ping_server.py 451B
sleep_client.py 414B
exc.py 399B
ping_client.py 323B
__init__.py 297B
ping_client.py 294B
ping_app.py 277B
gunicorn_config.py 235B
exc.py 221B
test_type.py 210B
__init__.py 0B
__init__.py 0B
__init__.py 0B
__init__.py 0B
cybin.pyx 12KB
cyframed.pyx 3KB
共 164 条
- 1
- 2
资源评论
weixin_39840588
- 粉丝: 451
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功