How to Install python3-asgiref in Ubuntu 18.04



Install python3-asgiref by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-asgiref

Description:

ASGI in-memory channel layer (Python3 version)

Contains various reference ASGI (Asynchronous Server Gateway Interface) implementations, including: . * A base channel layer, asgiref.base_layer * An in-memory channel layer, asgiref.inmemory * WSGI-to-ASGI and ASGI-to-WSGI adapters, in asgiref.wsgi . This package contains the Python 3 version of the library.

Homepage: https://github.com/django/asgiref/

Version: 1.1.2-1

Section: universe/python