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

Package: python-flask-doc (1.0.2-3+deb10u1) [security]

Links for python-flask-doc

Screenshot

Debian Resources:

Download Source Package flask:

Maintainers:

External Resources:

Similar packages:

micro web framework based on Werkzeug and Jinja2 - documentation

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 documentation for Flask.

Other Packages Related to python-flask-doc

  • depends
  • recommends
  • suggests
  • enhances

Download python-flask-doc

Download for all available architectures
Architecture Package Size Installed Size Files
all 619.9 kB3,324.0 kB [list of files]