Skip to content
Sections
>> Trisquel >> Packages >> aramo >> doc >> python-flask-doc
etiona  ] [  etiona-security  ] [  etiona-updates  ] [  nabia  ] [  nabia-security  ] [  nabia-updates  ] [  aramo  ] [  aramo-security  ] [  aramo-updates  ]
[ Source: flask  ]

Package: python-flask-doc (2.0.1-2ubuntu1)

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
  • dep: libjs-sphinxdoc (>= 2.4.3-5~)
    JavaScript support for Sphinx documentation
  • rec: python3-flask
    micro web framework based on Werkzeug and Jinja2 - Python 3.x

Download python-flask-doc

Download for all available architectures
Architecture Package Size Installed Size Files
all 604.0 kB3663 kB [list of files]