uvloop

Package — ServerPython 3.7+Advanced

Ultra-fast asyncio event loop replacement (libuv-based)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (C extension wrapping libuv)
Install
pip install uvloop

Learn by Difficulty

Quick Example

python
# Install: pip install uvloop
import uvloop

# Basic uvloop usage
print(f"Using uvloop")
# See documentation for detailed examples

uvloop is a third-party package. Ultra-fast asyncio event loop replacement (libuv-based). Install with: pip install uvloop

Try in Playground

Tags

packageserverasgiwsgideployment