Skip to content

Version 1

This documentation refers to the version 1.x of the web framework. The current version of the main branch is documented here.

BlackSheep is an asynchronous web framework to build event based web applications with Python.

Black Sheep

pip install blacksheep

BlackSheep offers...

  • 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 experience thanks to hints when coding with IDEs
  • Built-in generation of OpenAPI Documentation, supporting version 3, YAML, and JSON
  • A cross platform framework, using the most modern versions of Python
  • Good performance

Getting started

To get started with BlackSheep, read these tutorials:

Last modified on: 2023-11-19 11:42:25