From 2ff19df39e791a169d3a610598f37ee5b2b27ec4 Mon Sep 17 00:00:00 2001 From: littleboy12580 Date: Fri, 9 Jun 2017 10:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0RESTful=20API=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E5=BA=93swagger-py-codegen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cecd303..ba6429b 100644 --- a/README.md +++ b/README.md @@ -481,6 +481,7 @@ Python实现的数据库。 * sandman:为现存的数据库驱动系统自动创建 REST APIs 。[官网](https://github.com/jeffknupp/sandman) * restless:框架无关的 REST 框架 ,基于从 Tastypie 学到的知识。[官网](http://restless.readthedocs.org/en/latest/) * ripozo:快速创建 REST/HATEOAS/Hypermedia APIs。[官网](https://github.com/vertical-knowledge/ripozo) + * swagger-py-codegen:Python web 框架生成工具,通过写好的swagger api yaml文件自动生成 REST 框架。[官网](https://github.com/guokr/swagger-py-codegen) ### 验证