[ ソース: 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
- 一般的な CA の証明書
-
- 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
- libcurl への Python バインディング (Python 3)
-
- sug: python3-twisted
- Event-based framework for internet applications