all options
buster  ] [  bullseye  ] [  bullseye-backports  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: flask  ]

Package: python3-flask (1.1.2-2+deb11u1)

Links for python3-flask

Screenshot

Debian Resources:

Download Source Package flask:

Maintainers:

External Resources:

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

  • depends
  • recommends
  • suggests
  • enhances

Download python3-flask

Download for all available architectures
Architecture Package Size Installed Size Files
all 96.7 kB410.0 kB [list of files]