The lightning-fast ASGI server
Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools. Until recently Python has lacked a minimal low-level server/application interface for asyncio frameworks. The ASGI specification fills this gap, and means we are now able to start building a common set of tooling usable across all asyncio frameworks. Uvicorn currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.
| Release | Stable | Testing | 
|---|---|---|
| Fedora Rawhide | 0.15.0-1.fc36 | - | 
| Fedora 35 | 0.15.0-1.fc35 | - | 
| Fedora 34 | 0.13.3-1.fc34 | - | 
			You can contact the maintainers of this package via email at
			python-uvicorn dash maintainers at fedoraproject dot org.