Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added blacksheep to web-frameworks #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thomafred
Copy link

@thomafred thomafred commented Mar 23, 2023

What is this project?

From the project docs:

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

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

Why is it awesome?

I personally have been using blacksheep for a few months now and really like how it enables injecting objects into request handlers and how request handling is structured. A core part of the project is written in CPython, making it very performant.

It is very extensive in that it includes authentication and authorization handling, middleware-support and even a simple HTTP-client :)

@thomafred
Copy link
Author

thomafred commented Mar 23, 2023

@Neoteroi / @RobertoPrevato - I hope you approve of me submitting blacksheep to this list. It is awesome afterall :)

@techntools
Copy link

Blacksheep is awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants