Flask (web framework)

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools.

Flask
Developer(s)Armin Ronacher
Initial releaseApril 1, 2010 (2010-04-01)
Stable release
3.0.1  / 18 January 2024 (18 January 2024)
Repositorygithub.com/pallets/flask
Written inPython
TypeWeb framework
LicenseBSD
Websitepalletsprojects.com/p/flask/

Applications that use the Flask framework include Pinterest and LinkedIn.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.