基于redis 的微服务新模式
本项目需要python3环境,建议安装miniconda3 最好用pyenv管理你的python版本
# python3 安装fabric会报错,所以安装fabric3就好了
pip install fabric3
pipreqs 用于生成 requirements.txt 文件
ujson python中最好的json解析模块
click Python命令行神器
sanic web框架
Sanic-Cors k跨域处理
AoikLiveReload 热加载
python-socketio Python Socket.IO server
pyresttest Python Rest Testing