[ 源代码: python-asgiref ]
软件包:python3-asgiref(3.3.1-1)
python3-asgiref 的相关链接
Debian 的资源:
下载源码包 python-asgiref:
- [python-asgiref_3.3.1-1.dsc]
- [python-asgiref_3.3.1.orig.tar.gz]
- [python-asgiref_3.3.1-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.