Contents

Flask 3.0.3

0

A simple framework for building complex web applications.

A simple framework for building complex web applications.

Stars: 66213, Watchers: 66213, Forks: 15898, Open Issues: 3

The pallets/flask repo was created 14 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 66213 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
No  flask  pypi packages just yet.

Errors

A list of common flask errors.

Code Examples

Here are some flask code examples and snippets.

GitHub Issues

The flask package has 3 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 using flask.cli.FlaskGroup custom script
  • jQuery example and patterns/jquery document don't match
  • Add exclude-patterns option to flask run CLI
  • Support using the route decorator on view classes

See more issues on GitHub

Related Packages & Articles

click 8.1.7

Composable command line interface toolkit

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production