[ 源代码: python-tornado ]
软件包:python3-tornado(5.1.1-4)
python3-tornado 的相关链接
Debian 的资源:
下载源码包 python-tornado:
- [python-tornado_5.1.1-4.dsc]
- [python-tornado_5.1.1.orig.tar.gz]
- [python-tornado_5.1.1-4.debian.tar.xz]
维护小组:
- Debian Python Modules Team (QA 页面, 邮件存档)
- Carl Chenet (QA 页面)
- Yaroslav Halchenko (QA 页面)
- Julian Taylor (QA 页面)
- Julien Puydt (QA 页面)
- Ondřej Nový (QA 页面)
外部的资源:
- 主页 [www.tornadoweb.org]
相似软件包:
scalable, non-blocking web server and tools - Python 3 package
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
This is the Python 3 version of the package.
其他与 python3-tornado 有关的软件包
|
|
|
|
-
- dep: ca-certificates
- 通用 CA 证书
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.7~)
-
- sug: python-tornado-doc
- scalable, non-blocking web server and tools - documentation
-
- sug: python3-pycurl
- Python bindings to libcurl (Python 3)
-
- sug: python3-twisted
- Event-based framework for internet applications