Skip to content
Sections
>> Trisquel >> Paket >> aramo >> doc >> python-flask-doc
etiona  ] [  etiona-security  ] [  etiona-updates  ] [  nabia  ] [  nabia-security  ] [  nabia-updates  ] [  aramo  ] [  aramo-security  ] [  aramo-updates  ]
[ Källkod: flask  ]

Paket: 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.

Andra paket besläktade med python-flask-doc

  • beror
  • rekommenderar
  • föreslår
  • 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

Hämta python-flask-doc

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
all 604,0 kbyte3663 kbyte [filförteckning]