Language

Package: python-sanic @ 20.12.2

Synopsis

Async Python web server/framework

Description

Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.

Home page
https://github.com/sanic-org/sanic/
Location
gnu/packages/python-web.scm (line: 6054, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?