Flask
Flask
https://flask.palletsprojects.com/en/3.0.x/
The Python micro framework for building web applications.
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja, and has become one of the most popular Python web application frameworks.
Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.
Download
https://github.com/pallets/flask/archive/refs/tags/3.1.0.tar.gz
VCS Checkout
git clone https://github.com/pallets/flask.git
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Mertgor
Verified on
27 September 2024
Leaders and contributors
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Required to build | click |
Required to build | Blinker |
Required to build | itsdangerous |
Required to build | Jinja |
Required to build | MarkupSafe |
{{Software prerequisite |Prerequisite kind=Required to build |Prerequisite description=[[]Werkzeug] }}
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.