Skip to content

0.27.0

Compare
Choose a tag to compare
@dantownsend dantownsend released this 02 Aug 10:11
· 689 commits to master since this release

Added uvloop as an optional dependency, installed via pip install piccolo[uvloop] (courtesy @aminalaee).

uvloop is a faster implementation of the asyncio event loop found in Python's standard library.

When uvloop is installed, Piccolo will use it to increase the performance of the Piccolo CLI, and web servers such as Uvicorn will use it to increase the performance of your ASGI app.