--- id: uvicorn version: "0.52.3" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # uvicorn — The lightning-fast ASGI server. License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install uvicorn uv add uvicorn poetry add uvicorn ## Description
An ASGI web server, for Python.
--- [](https://github.com/Kludex/uvicorn/actions) [](https://pypi.python.org/pypi/uvicorn) [](https://pypi.org/project/uvicorn) [](https://discord.gg/RxKUF5JuHs) --- **Documentation**: [https://uvicorn.dev](https://uvicorn.dev) **Source Code**: [https://www.github.com/Kludex/uvicorn](https://www.github.com/Kludex/uvicorn) --- Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The [ASGI specification][asgi] fills this gap, and means we're now able to start building a common set of tooling usable... ## AI interpretation — verify before relying Uvicorn is a lightning-fast ASGI web server for Python that runs async web applications with support for HTTP/1.1 and WebSockets. Verdict: Uvicorn is a top-100 PyPI package with active maintenance, permissive licensing, and minimal dependencies. No known vulnerabilities and low install friction make it a reliable choice for running ASGI applications in production or development. [View on SkillFed](https://skillfed.io/packages/uvicorn) · [View on PyPI](https://pypi.org/project/uvicorn/)