Language

Package: python-asgiref @ 3.3.4

Synopsis

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 libraries for implementing ASGI servers.

Home page
https://github.com/django/asgiref/
Location
gnu/packages/python-web.scm (line: 322, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?