[ 原始碼: python-tornado ]
套件:python3-tornado(6.2.0-3)
python3-tornado 的相關連結
Debian 的資源:
下載原始碼套件 python-tornado:
- [python-tornado_6.2.0-3.dsc]
- [python-tornado_6.2.0.orig.tar.gz]
- [python-tornado_6.2.0-3.debian.tar.xz]
維護小組:
- Debian Python 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
- Common CA certificates
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3~)
-
- 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