wok diff python-flask/description.txt @ rev 25334

updated sunxi-tools (1.1-80 -> 1.4.2)
author Hans-G?nter Theisgen
date Sat Jul 23 17:16:06 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-flask/description.txt	Sat Jul 23 17:16:06 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +Flask is a lightweight WSGI web application framework.
     1.5 +It is designed to make getting started quick and easy, with the ability
     1.6 +to scale up to complex applications.
     1.7 +It began as a simple wrapper around Werkzeug and Jinja and has become
     1.8 +one of the most popular Python web application frameworks.
     1.9 +
    1.10 +Flask offers suggestions, but doesn't enforce any dependencies or project
    1.11 +layout. It is up to the developer to choose the tools and libraries they
    1.12 +want to use. There are many extensions provided by the community that make
    1.13 +adding new functionality easy.