wok view python-flask/description.txt @ rev 25642
gummi 0.6.1 (seg fault with 0.6.6), fix xine-ui
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Jan 10 18:30:43 2024 +0100 (10 months ago) |
parents | |
children |
line source
1 Flask is a lightweight WSGI web application framework.
2 It is designed to make getting started quick and easy, with the ability
3 to scale up to complex applications.
4 It began as a simple wrapper around Werkzeug and Jinja and has become
5 one of the most popular Python web application frameworks.
7 Flask offers suggestions, but doesn't enforce any dependencies or project
8 layout. It is up to the developer to choose the tools and libraries they
9 want to use. There are many extensions provided by the community that make
10 adding new functionality easy.