sanic
Package — Web FrameworkPython 3.7+Intermediate
Async web framework designed for fast HTTP responses
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- httptools, uvloop, aiofiles, websockets
- Install
pip install sanic
Learn by Difficulty
Quick Example
python
# Install: pip install sanic import sanic # Basic sanic usage print(f"Using sanic") # See documentation for detailed examples
sanic is a third-party package. Async web framework designed for fast HTTP responses. Install with: pip install sanic
Try in PlaygroundTags
packagewebframeworkbackend