From 95d2cb162e53daebccc848eb47adaa43be3ba588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Perdiguero=20L=C3=B3pez?= Date: Fri, 23 Aug 2019 13:40:24 +0200 Subject: [PATCH] Add Flama to frameworks docs --- docs/third-party-packages.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 656387ff..150571bf 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -20,13 +20,6 @@ Simple APISpec integration for Starlette. Document your REST API built with Starlette by declaring OpenAPI (Swagger) schemas in YAML format in your endpoint's docstrings. -### Starlette API - -GitHub - -That library aims to bring a layer on top of Starlette framework to provide useful mechanism for building APIs. Based on API Star. Some featuers: marshmallow schemas, dependency injection, auto generated api schemas, -auto generated docs. - ### webargs-starlette GitHub @@ -75,3 +68,12 @@ Inspired by **APIStar**'s previous server system with type declarations for rout A modern Python web framework filled with asynchronous salsa. Bocadillo is **async-first** and designed with productivity and simplicity in mind. It is not meant to be minimal: a **carefully chosen set of included batteries** helps you build performant web apps and services with minimal setup. + +### Flama + +GitHub | +Documentation + +Formerly Starlette API. + +Flama aims to bring a layer on top of Starlette to provide an **easy to learn** and **fast to develop** approach for building **highly performant** GraphQL and REST APIs. In the same way of Starlette is, Flama is a perfect option for developing **asynchronous** and **production-ready** services. \ No newline at end of file