Language

Package: python-flask @ 1.1.2

Synopsis

Microframework based on Werkzeug, Jinja2 and good intentions

Description

Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.

Home page
https://www.palletsprojects.com/p/flask/
Location
gnu/packages/python-web.scm (line: 2976, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?