[ ソース: python-asgiref ]
パッケージ: python3-asgiref (2.3.2-1)
python3-asgiref に関するリンク
Debian の資源:
python-asgiref ソースパッケージをダウンロード:
- [python-asgiref_2.3.2-1.dsc]
- [python-asgiref_2.3.2.orig.tar.gz]
- [python-asgiref_2.3.2-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
ASGI in-memory channel layer (Python3 version)
ASGI (Asynchronous Server Gateway Interface) is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI.
It includes ASGI base libraries, such as:
* Sync-to-async and async-to-sync function wrappers, asgiref.sync * Server base classes, asgiref.server * A WSGI-to-ASGI adapter, in asgiref.wsgi
This package contains the Python 3 version of the library.
その他の python3-asgiref 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python