wok diff python-flask/description.txt @ rev 25846
Update some urls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 23 07:09:13 2025 +0000 (4 weeks ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-flask/description.txt Fri May 23 07:09:13 2025 +0000 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.