
Flask 3.1.2
0
A simple framework for building complex web applications.
Contents
A simple framework for building complex web applications.
Stars: 71163, Watchers: 71163, Forks: 16716, Open Issues: 3The pallets/flask repo was created 15 years ago and the last code push was 5 days ago.
The project is extremely popular with a mindblowing 71163 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.
pythonfix
