From 33f46a13625bcca4b7520e33be299a23b2e2b26c Mon Sep 17 00:00:00 2001 From: Tiago Silva Date: Fri, 13 Jan 2023 15:34:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Esmerald=20to=20third=20party=20pac?= =?UTF-8?q?kages.=20(#2008)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tiago A. Silva --- docs/third-party-packages.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 191fc743..3b1aa64e 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -147,7 +147,6 @@ Built with [Tabler](https://tabler.io/) and [Datatables](https://datatables.net/ to quickly generate fully customizable admin interface for your models. You can export your data to many formats (*CSV*, *PDF*, *Excel*, etc), filter your data with complex query including `AND` and `OR` conditions, upload files, ... - ## Frameworks ### FastAPI @@ -158,6 +157,17 @@ to quickly generate fully customizable admin interface for your models. You can High performance, easy to learn, fast to code, ready for production web API framework. Inspired by **APIStar**'s previous server system with type declarations for route parameters, based on the OpenAPI specification version 3.0.0+ (with JSON Schema), powered by **Pydantic** for the data handling. +### Esmerald + +GitHub | +Documentation + +Highly scalable, performant, easy to learn, easy to code and for every application web framework. +Inspired by a lot of frameworks out there, Esmerald provides what every application needs, from the +smallest to complex. Includes, routes, middlewares, permissions, scheduler, interceptors and lot more. + +Powered by **Starlette** and **Pydantic** with OpenAPI specification. + ### Flama GitHub |