Skip to content

Commit

Permalink
adds BlackSheep to the list of ASGI web frameworks (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato authored Dec 13, 2020
1 parent 5e8a888 commit 058234f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,12 @@ with application code still running in a standard threaded context.

You write your API function parameters with Python 3.6+ type declarations and get automatic data conversion, data validation, OpenAPI schemas (with JSON Schemas) and interactive API documentation UIs.

### BlackSheep

[BlackSheep](https://www.neoteroi.dev/blacksheep/) is a web framework based on ASGI, inspired by Flask and ASP.NET Core.

Its most distinctive features are built-in support for dependency injection, automatic binding of parameters by request handler's type annotations, and automatic generation of OpenAPI documentation and Swagger UI.


[uvloop]: https://github.com/MagicStack/uvloop
[httptools]: https://github.com/MagicStack/httptools
Expand Down

0 comments on commit 058234f

Please sign in to comment.