sanic
Sanic is a Python 3.10+ web server and web framework designed for speed. It leverages the async/await syntax to enable non-blocking, high-performance code. Sanic is ASGI compliant, allowing deployment with alternative ASGI webservers. It uses uvloop and ujson by default for enhanced performance, with options to disable these. Installation is straightforward via pip. The framework aims to provide a simple way to build, expand, and scale highly performant HTTP servers. The project is community-maintained and welcomes contributions. Sanic is suitable for developers building fast, scalable web applications and APIs in Python.