# sanic_demo **Repository Path**: eric-tutorial/sanic_demo ## Basic Information - **Project Name**: sanic_demo - **Description**: sanic 基础架构demo - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://sanicframework.org/zh/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-07-07 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目启动步骤 > 项目基于Python 3.7+开发,使用pipenv做为包管理工具 * 安装第三方包 ```shell script # mac 安装pipenv brew install pipenv # pipenv 安装包 # 自动安装pipfile里面的包 pipenv install # 安装指定包 pipenv install 包名 ``` * 技术栈 1. sanic 20.3 > 基础框架,文档地址 [点击访问](https://sanic.readthedocs.io/en/stable/sanic/getting_started.html) 2. sanic-openapi 0.6.0 > swagger包,请勿升级到0.6.1,文档地址 [点击访问](https://sanic-openapi.readthedocs.io/en/latest/index.html) 3. wechatpy 1.8.13+ > 微信相关第三方包,持续安装最新版即可,文档地址 [点击访问](http://docs.wechatpy.org/zh_CN/stable/index.html) 4. mongoengine 0.20+ > mongoDB ORM包,文档地址 [点击访问](http://docs.mongoengine.org/) 5.