[ 源代码: python-uvicorn ]
软件包:python3-uvicorn(0.13.3-1)
python3-uvicorn 的相关链接
Debian 的资源:
下载源码包 python-uvicorn:
- [python-uvicorn_0.13.3-1.dsc]
- [python-uvicorn_0.13.3.orig.tar.xz]
- [python-uvicorn_0.13.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
ASGI server implementation, using uvloop and httptools (Python3 version)
Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently supports HTTP/1.1 and WebSockets.
Uvicorn is designed with particular attention to connection and resource management, in order to provide a robust server implementation. It aims to ensure graceful behavior to either server or client errors, and resilience to poor client behavior or denial of service attacks.
This package contains the Python 3 version of the library.
其他与 python3-uvicorn 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-click
- Wrapper around optparse for command line utilities - Python 3.x
-
- dep: python3-h11
- Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
-
- dep: python3-wsproto
- WebSockets state-machine based protocol implementation (Python3)
-
- sug: python-uvicorn-doc
- ASGI server implementation, using uvloop and httptools (Documentation)
-
- enh: python3-gunicorn
- Event-based HTTP/WSGI server (Python 3 libraries)