Flask 3.0.3
0
A simple framework for building complex web applications.
Contents
A simple framework for building complex web applications.
Stars: 67810, Watchers: 67810, Forks: 16196, Open Issues: 13The pallets/flask
repo was created 14 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 67810 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
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/Flask/
- Documentation:
- https://flask.palletsprojects.com/
- 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 13 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