[ Source: flask ]
Package: python3-flask (3.0.3-1)
Links for python3-flask
Debian Resources:
Download Source Package flask:
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
micro web framework based on Werkzeug and Jinja2 - Python 3.x
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. A minimal Flask application looks like that:
from flask import Flask app = Flask(__name__)
@app.route("/") def hello(): return "Hello World!"
if __name__ == '__main__': app.run()
This package contains the Python 3.x module.
Other Packages Related to python3-flask
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-blinker (>= 1.6.2)
- Fast, simple object-to-object and broadcast signaling (Python3)
-
- dep: python3-click (>= 8.1.3)
- Command-Line Interface Creation Kit - Python 3.x
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- or python3-supported-min (>= 3.10)
- Package not available
-
- dep: python3-itsdangerous (>= 2.1.2)
- Various helpers to pass trusted data to untrusted environment - Python 3.x
-
- dep: python3-jinja2
- small but fast and easy to use stand-alone template engine
-
- dep: python3-werkzeug (>= 3.0.1)
- collection of utilities for WSGI applications (Python 3.x)
-
- rec: python3-asgiref
- ASGI in-memory channel layer (Python3 version)
-
- rec: python3-dotenv
- Get and set values in the .env file in local and production servers
-
- rec: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- sug: python-flask-doc
- micro web framework based on Werkzeug and Jinja2 - documentation
Download python3-flask
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 102.0 kB | 433.0 kB | [list of files] |