deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3-click (>= 8.0), python3-importlib-metadata | python3 (>> 3.10),
python3-itsdangerous (>= 2.0), python3-jinja2 (>= 3.0), python3-werkzeug (>= 2.2.2),
python3:any
Description: |-
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.
Homepage: http://flask.pocoo.org/
Installed-Size: '444'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-flask
Priority: optional
Recommends: python3-asgiref, python3-blinker, python3-dotenv, python3-pkg-resources
Section: python
Source: flask
Suggests: python-flask-doc
Version: 2.2.2-3
srcpkg_name: flask
srcpkg_version: 2.2.2-3