From fd7a63c591653146379b55e68a29883b9bf7e706 Mon Sep 17 00:00:00 2001 From: techntools <71767293+techntools@users.noreply.github.com> Date: Mon, 15 May 2023 23:07:06 +0530 Subject: [PATCH] Mention BlackSheep as one of the implementation (#391) Co-authored-by: Santosh Bandichode --- docs/implementations.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/implementations.rst b/docs/implementations.rst index 9174a13a..f381bd29 100644 --- a/docs/implementations.rst +++ b/docs/implementations.rst @@ -124,6 +124,17 @@ first class typing support and a full Pydantic integration. Effortlessly Build P APIs. +BlackSheep +--------- + +*Stable* / https://github.com/Neoteroi/BlackSheep + +BlackSheep is typed, fast, minimal web framework. It has performant HTTP client, +flexible dependency injection model, OpenID Connect integration, automatic +OpenAPI documentation, dedicated test client and excellent authentication and +authorization policy implementation. Supports HTTP and WebSockets. + + Tools =====