Language

Package: python-uvicorn @ 0.13.2

Synopsis

Fast ASGI server implementation

Description

uvicorn is a fast ASGI server implementation, using uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.

Home page
https://github.com/encode/uvicorn
Location
gnu/packages/python-web.scm (line: 4861, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?