套件: python3-tornado (6.0.3+really5.1.1-3)
python3-tornado 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-tornado:
- [python-tornado_6.0.3+really5.1.1-3.dsc]
- [python-tornado_6.0.3+really5.1.1.orig.tar.gz]
- [python-tornado_6.0.3+really5.1.1-3.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Carl Chenet
- Yaroslav Halchenko
- Julian Taylor
- Julien Puydt
- Ondřej Nový
外部的資源:
- 主頁 [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.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.9)
- dep: python3 (>= 3.8~)
-
- 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