From 6798311a9154300cfea53f8a99c454807c9690ed Mon Sep 17 00:00:00 2001 From: thomas Eeckhout Date: Tue, 8 Mar 2022 13:40:21 +0100 Subject: [PATCH] Update third-party-packages.md (#1540) --- docs/third-party-packages.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 6dc9892b2..66af00472 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -113,6 +113,14 @@ of [webargs](https://github.com/marshmallow-code/webargs). Allows you to parse querystring, JSON, form, headers, and cookies using type annotations. +### DecoRouter + +GitHub + +FastAPI style routing for Starlette. + +Allows you to use decorators to generate routing tables. + ## Frameworks ### FastAPI