
Flask 2.2.2
0
A simple framework for building complex web applications.
Contents
A simple framework for building complex web applications.
Stars: 60148, Watchers: 60148, Forks: 15176, Open Issues: 0The pallets/flask
repo was created 12 years ago and was last updated 2 hours ago.
The project is extremely popular with a mindblowing 60148 github stars!
How to Install flask
You can install flask using pip
pip install flask
or add it to a project with poetry
poetry add flask
Package Details
- Author
- Armin Ronacher
- License
- BSD-3-Clause
- Homepage
- https://palletsprojects.com/p/flask
- PyPi
- https://pypi.org/project/Flask/
- GitHub Repo
- https://github.com/pallets/flask
Classifiers
- Internet/WWW/HTTP/Dynamic Content
- Internet/WWW/HTTP/WSGI
- Internet/WWW/HTTP/WSGI/Application
- Software Development/Libraries/Application Frameworks
Related Packages
Errors
A list of common flask errors.
Code Examples
Here are some flask
code examples and snippets.
GitHub Issues
The flask package has 0 open issues on GitHub
- Lazy blueprint loading feature request
- cli: use importlib.metadata instead of pkg_resources
- Undocumented dependency on pkg_resources
- Add no_auto_head option in app route decorator
- Endpoint registered for the HEAD method not called
- pass CLI arg to
create_app
when usingflask.cli.FlaskGroup
custom script - jQuery example and patterns/jquery document don't match
- Add
exclude-patterns
option toflask run
CLI - Support using the route decorator on view classes