uvicorn

Package — ServerPython 3.8+Intermediate

Lightning-fast ASGI server on uvloop and httptools

Quick Info

Documentation
Official Docs
Python Version
3.8+
Dependencies
click, h11, typing-extensions; optional: httptools, uvloop, websockets
Install
pip install uvicorn[standard]

Learn by Difficulty

Quick Example

python
# Install: pip install uvicorn[standard]
import uvicorn

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

uvicorn is a third-party package. Lightning-fast ASGI server on uvloop and httptools. Install with: pip install uvicorn[standard]

Try in Playground

Tags

packageserverasgiasynchttp

Related Items