diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index c6079ecc..ff8adc04 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -67,14 +67,6 @@ yaml support, OpenAPI schema generation, background tasks, graphql. 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. -### Bocadillo - -GitHub | -Documentation - -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 | @@ -82,4 +74,4 @@ Bocadillo is **async-first** and designed with productivity and simplicity in mi 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 +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.