sanic==25.12.1
# A web server and web framework that's written to go fast. Build fast. Run fast.
$ pip install sanic
downloads/wk
322,739
license
MIT
version
25.12.1
python
>=3.10
What is sanic?
Sanic is a Python web framework and server designed for building high-performance web applications with an emphasis on speed and asynchronous request handling. Developers use it to create fast APIs and web services, particularly when they need to handle concurrent requests efficiently or want better performance compared to traditional synchronous frameworks.
Author
Sanic Community