flask
Web framework
A lightweight Python framework for building web applications with flexible dependencies and extensible functionality.
The Python micro framework for building web applications.
68k stars
2k watching
16k forks
Language: Python
last commit: 8 days ago
Linked from 6 awesome lists
flaskjinjapalletspythonweb-frameworkwerkzeugwsgi
Related projects:
Repository | Description | Stars |
---|---|---|
pallets-eco/flask-admin | A simple and extensible administrative interface framework for Flask web applications | 5,795 |
realpython/discover-flask | A tutorial series on building full-stack web applications with Flask using Python. | 4,518 |
mjhea0/flaskr-tdd | A blogging app built with Flask and JavaScript, emphasizing Test-Driven Development | 2,321 |
flask-api/flask-api | Provides an implementation of browsable APIs for Flask web applications. | 1,438 |
pallets-eco/flask-session | Adds support for server-side sessions to Flask web applications. | 507 |
pallets-eco/flask-wtf | A tool that simplifies the integration of Flask web framework and WTForms form handling with features like CSRF protection, file uploads, and reCAPTCHA support. | 1,465 |
flaskbb/flaskbb | A Python-based forum software framework with modular features and extensibility | 2,606 |
melvin0008/flaskboilerplate | A comprehensive framework for building large applications using the Flask web development framework. | 9 |
apiflask/apiflask | A lightweight Python web API framework for building RESTful APIs with automatic validation, serialization, and OpenAPI documentation. | 1,039 |
pallets-eco/flask-mail | A Flask extension that simplifies email sending functionality | 609 |
pallets-eco/flask-debugtoolbar | Tools for debugging and inspecting Flask web applications | 952 |
flask-restful/flask-restful | A lightweight Python framework for building REST APIs with a simple and intuitive API design | 6,845 |
pallets/werkzeug | A comprehensive WSGI web application library providing utilities for building end-user applications | 6,657 |
marshmallow-code/flask-marshmallow | An extension of Flask and Marshmallow for building HATEOAS-ready APIs with URL-based hyperlinks. | 875 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 17,992 |