wok annotate python-flask/description.txt @ rev 25216

updated python-pbr (5.4.5 -> 5.8.0)
author Hans-Günter Theisgen
date Wed Jul 13 15:29:05 2022 +0100 (2022-07-13)
parents
children
rev   line source
Hans-Günter@25174 1 Flask is a lightweight WSGI web application framework.
Hans-Günter@25174 2 It is designed to make getting started quick and easy, with the ability
Hans-Günter@25174 3 to scale up to complex applications.
Hans-Günter@25174 4 It began as a simple wrapper around Werkzeug and Jinja and has become
Hans-Günter@25174 5 one of the most popular Python web application frameworks.
Hans-Günter@25174 6
Hans-Günter@25174 7 Flask offers suggestions, but doesn't enforce any dependencies or project
Hans-Günter@25174 8 layout. It is up to the developer to choose the tools and libraries they
Hans-Günter@25174 9 want to use. There are many extensions provided by the community that make
Hans-Günter@25174 10 adding new functionality easy.