Esmerald to third party packages. (#2008)

Co-authored-by: Tiago A. Silva <tiago.arasilva@outlook.com>
This commit is contained in:
Tiago Silva 2023-01-13 15:34:45 +00:00 committed by GitHub
parent 048643adc2
commit 33f46a1362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View 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> |