async-pbrpc:基于AsyncIO和协议缓冲区的轻量级RPC框架

时间:2021-05-15 01:43:27
【文件属性】:
文件名称:async-pbrpc:基于AsyncIO和协议缓冲区的轻量级RPC框架
文件大小:25KB
文件格式:ZIP
更新时间:2021-05-15 01:43:27
Python 异步pbrpc 基于AsyncIO和协议缓冲区的轻量级RPC框架 要求 python> = 3.6.0 protobuf编译器> = 3.3.1 安装 python3 -m pip install -U --process-dependency-links git+git://github.com/roy2220/async-pbrpc.git 用法示例
【文件预览】:
async-pbrpc-master
----setup.py(2KB)
----.gitignore(59B)
----sample()
--------services_pbrpc.py(3KB)
--------services_pb2.py(4KB)
--------client.py(879B)
--------server.py(1KB)
--------README.md(3KB)
--------services.proto(380B)
----requirements.txt(80B)
----bin()
--------protoc-gen-pbrpc(377B)
----async_pbrpc()
--------errors.py(2KB)
--------__init__.py(576B)
--------protocol.proto(838B)
--------code_generator.py(10KB)
--------server.py(4KB)
--------transport.py(4KB)
--------service_client.py(2KB)
--------service_handler.py(2KB)
--------channels.py(9KB)
--------channel_impl.py(24KB)
--------protocol_pb2.py(12KB)
----async_pbrpc_pb2.py(2KB)
----README.md(310B)
----include()
--------async_pbrpc.proto(81B)
----mypy.ini(7B)

网友评论