Skip to content
Sections
>> Trisquel >> Paket >> etiona-updates >> 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 (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.

Andra paket besläktade med python-flask-doc

  • beror
  • rekommenderar
  • föreslår
  • dep: libjs-sphinxdoc (>= 1.0)
    JavaScript support for Sphinx documentation
  • rec: python-flask
    micro web framework based on Werkzeug and Jinja2 - Python 2.7

Hämta python-flask-doc

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
all 466,3 kbyte2752 kbyte [filförteckning]