×
Jul 16, 2023 · To develop locally with HTTPS using a trusted certificate, it is recommended to use mkcert , which is a simple tool for making locally-trusted ...
A rich code API, based on dependency injection and inspired by Flask and ASP.NET Core · A typing-friendly codebase, which enables a comfortable development ...
This tutorial explains how to create and start a minimal BlackSheep web application. It provides a general view, covering the following topics: Creating a web ...
Creating a new project; Templates commands; Creating a new template; Cookiecutter. From V1 to V2 · Develop using HTTPS · ASGI · Extensions · Contributing ...
BlackSheep is an asynchronous web framework to build event based web applications with Python. It is inspired by Flask, ASP.NET Core, and the work by Yury ...
BlackSheep is a web framework for Python asyncio designed to facilitate the implementation of stateless APIs and general-purpose web applications. It is ...
BlackSheep implements built-in support for JWT Bearer authentication, and validation of JWTs: issued by identity providers implementing OpenID Connect (OIDC) ...
BlackSheep offers a middleware to configure the HTTP Strict-Transport-Security response header globally. This page explains how to use the built-in middleware ...
Remotes¶. The blacksheep.server.remotes namespace provides classes and functions to handle information related to remote proxies and clients.
Cookiecutter template to boostrap a new BlackSheep v2 application to build a Web API. Getting started. pip install blacksheep-cli.