From: Marcelo Trylesinski Date: Tue, 23 Apr 2024 19:24:12 +0000 (+0200) Subject: Remove Esmerald from third party docs (#2578) X-Git-Tag: 0.38.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f305f003c27b768ae1f5cf417b158791b10b10dc;p=thirdparty%2Fstarlette.git Remove Esmerald from third party docs (#2578) --- diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 18cbfe1a..c65a7734 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -168,17 +168,6 @@ while maintaining the integrity of the newly `lifespan` events of `Starlette`. 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 |