Name: | python3-asgiref |
---|---|
Version: | 3.8.1 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 153114 |
License: | BSD-3-Clause AND Apache-2.0 |
RPM: | python3-asgiref-3.8.1-1.el10_0.noarch.rpm |
Source RPM: | python-asgiref-3.8.1-1.el10_0.src.rpm |
Build Date: | Tue Jan 28 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/django/asgiref |
Summary: | ASGI specs, helper code, and adapters |
Description: | ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI. This package 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 |