Skip to content
Sections
>> Trisquel >> Packages >> etiona-security >> 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 (0.12.2-3ubuntu0.1)

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 (>= 1.0)
    Package not available
  • rec: python-flask
    micro web framework based on Werkzeug and Jinja2 - Python 2.7

Download python-flask-doc

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