Skip to content
Sections
>> Trisquel >> 套件 >> nabia >> doc >> python-flask-doc
etiona  ] [  etiona-security  ] [  etiona-updates  ] [  nabia  ] [  nabia-security  ] [  nabia-updates  ] [  aramo  ] [  aramo-security  ] [  aramo-updates  ]
[ 原始碼: flask  ]

套件: python-flask-doc (1.1.1-2)

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.

其他與 python-flask-doc 有關的套件

  • 依賴
  • 推薦
  • 建議
  • dep: libjs-sphinxdoc (>= 1.0)
    JavaScript support for Sphinx documentation
  • rec: python3-flask
    micro web framework based on Werkzeug and Jinja2 - Python 3.x

下載 python-flask-doc

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 588.1 kB3350 kB [文件列表]