Agileutil v0.0.18 发布,极简 RPC

栏目: 软件资讯 · 发布时间: 4年前

内容简介:简介 Agileutil是一个Python3 RPC框架,client和server既可以直连,也可以通过Consul做服务注册发现。 特性 像本地函数一样调用 使用简单,用户只需要关注业务即可 HTTP/UDP/TCP 全协议支持 支持异步 async/awai...

简介

Agileutil是一个 Python 3 RPC框架,client和server既可以直连,也可以通过Consul做服务注册发现。

特性

  • 像本地函数一样调用
  • 使用简单,用户只需要关注业务即可
  • HTTP/UDP/TCP 全协议支持
  • 支持异步 async/await

安装

Python 版本 >= 3.6

pip install agileutil

快速开始

创建文件myservice.py

from agileutil.rpc import rpc

@rpc
def hello(name):
    return 'hello ' + name

启动:

agileutil --run myservice

Agileutil v0.0.18 发布,极简 RPC

详细介绍:https://gitee.com/lycclsltt/agileutil


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Building Web Reputation Systems

Building Web Reputation Systems

Randy Farmer、Bryce Glass / Yahoo Press / 2010 / GBP 31.99

What do Amazon's product reviews, eBay's feedback score system, Slashdot's Karma System, and Xbox Live's Achievements have in common? They're all examples of successful reputation systems that enable ......一起来看看 《Building Web Reputation Systems》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具