From 380f6e0223c7bf65547bcd16c6b9f387c8198a21 Mon Sep 17 00:00:00 2001 From: Waine Junior Date: Wed, 23 Nov 2022 02:58:01 -0300 Subject: [PATCH] Add FastAPI (#158) Co-authored-by: Matheus Felipe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 221a3b0..15b3402 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Sequelize](https://sequelize.org/) - Simple, clear and well-structured docs with a complete Class Reference and listing of all public methods. (contributed by [@bandantonio](https://github.com/bandantonio)) * [Vue.js Docs](https://vuejs.org/) - The Progressive JavaScript Framework: An approachable, performant and versatile framework for building web user interfaces. (contributed by [@jinjiang](https://github.com/jinjiang)) * [Posit Documentation](https://docs.posit.co/) - Clean, simple, and easy on the eyes. (contributed by [@foxnic](https://github.com/foxnic)) +* [FastAPI](https://fastapi.tiangolo.com) - Python framework for building APIs with beautiful and complete documentation. (contributed by [@jrwaine](https://github.com/jrwaine)) ### Writing about Docs