]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
➕ Esmerald to third party packages. (#2008)
authorTiago Silva <tiago.arasilva@gmail.com>
Fri, 13 Jan 2023 15:34:45 +0000 (15:34 +0000)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 15:34:45 +0000 (16:34 +0100)
Co-authored-by: Tiago A. Silva <tiago.arasilva@outlook.com>
docs/third-party-packages.md

index 191fc74329fbf207335a4ea081ce2dfe4f886e9a..3b1aa64e4523d930b5160a660d67559a662372fe 100644 (file)
@@ -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
+
+<a href="https://github.com/dymmond/esmerald" target="_blank">GitHub</a> |
+<a href="https://esmerald.dymmond.com/" target="_blank">Documentation</a>
+
+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
 
 <a href="https://github.com/perdy/flama/" target="_blank">GitHub</a> |