[ Source: flask ]
Package: python3-flask (1.1.2-2+deb11u1)
Links for python3-flask
Debian Resources:
Download Source Package flask:
Maintainers:
External Resources:
- Homepage [flask.pocoo.org]
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
- linguagem orientada a objetos de alto nível e interativa (versão padrão da python3)
-
- dep: python3-click (>= 5.1)
- Wrapper around optparse for command line utilities - Python 3.x
-
- dep: python3-itsdangerous (>= 0.24)
- Various helpers to pass trusted data to untrusted environment - Python 3.x
-
- dep: python3-jinja2 (>= 2.10)
- motor de modelos independente, pequeno, mas rápido e fácil de usar
-
- dep: python3-werkzeug (>= 0.15)
- collection of utilities for WSGI applications (Python 3.x)
-
- rec: python3-blinker
- fast, simple object-to-object and broadcast signaling library
-
- rec: python3-pkg-resources
- pacote de descoberta e acesso a recursos utilizando o 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 | 96.7 kB | 410.0 kB | [list of files] |