blacksheep
Package — Web FrameworkPython 3.7+Intermediate
Fast async ASGI web framework inspired by ASP.NET Core
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- essentials, guardpost, rodi
- Install
pip install blacksheep
Learn by Difficulty
Quick Example
python
# Install: pip install blacksheep import blacksheep # Basic blacksheep usage print(f"Using blacksheep") # See documentation for detailed examples
blacksheep is a third-party package. Fast async ASGI web framework inspired by ASP.NET Core. Install with: pip install blacksheep
Try in PlaygroundTags
packagewebframeworkbackend