From 566a6369a5ad7dbd9bf00dd96bdb0297a4b6df57 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Wed, 7 Jun 2017 20:27:54 -0700 Subject: [PATCH] add sanic-transmute --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index 88552e13..da49da89 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -22,3 +22,4 @@ A list of Sanic extensions created by the community. - [sanic-graphql](https://github.com/graphql-python/sanic-graphql): GraphQL integration with Sanic - [sanic-prometheus](https://github.com/dkruchinin/sanic-prometheus): Prometheus metrics for Sanic - [Sanic-RestPlus](https://github.com/ashleysommer/sanic-restplus): A port of Flask-RestPlus for Sanic. Full-featured REST API with SwaggerUI generation. +- [sanic-transmute](https://github.com/yunstanford/sanic-transmute): A Sanic extension that generates APIs from python function and classes, and also generates Swagger UI/documentation automatically.