# rust **Repository Path**: limoaix/rust ## Basic Information - **Project Name**: rust - **Description**: 基于falcon的web框架 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust - 基于falcon的web框架 ### 依赖 ``可查看目录下 'requirements.txt' `` ### 安装 ``pip install -U git+https://github.com/limoxi/rust.git`` ### TODO - [x] 自带user和permission资源 - [x] 分页工具 - [x] 暂只接收application/x-www-form-urlencoded、application/json、application/xml 三种类型数据 - [x] 支持白名单形式的跨域设置 - [x] 初始化项目命令 rust-cli init xxx - [x] 增加资源命令 rust-cli add xxx - [x] JWT - [ ] python3支持 - [ ] 完善文档 > [升级日志](./log.md) ### 项目参考 >[python书写风格指南](http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/contents/) >[《实现领域驱动设计》[美] Vaughn Vernon 著;滕云 译](https://item.jd.com/11423256.html) >[falcon](https://github.com/falconry/falcon)