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

套件: python3-flask (1.1.1-2)

micro web framework based on Werkzeug and Jinja2 - Python 3.x

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 Python 3.x module.

其他與 python3-flask 有關的套件

  • 依賴
  • 推薦
  • 建議
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
  • dep: python3-click (>= 5.1)
    Wrapper around optparse for command line utilities - Python 3.x
  • dep: python3-itsdangerous (>= 0.24)
    Various helpers to pass trusted data to untrusted environment - Python 3.x
  • dep: python3-jinja2 (>= 2.10)
    small but fast and easy to use stand-alone template engine
  • dep: python3-werkzeug (>= 0.15)
    collection of utilities for WSGI applications (Python 3.x)
  • sug: python-flask-doc
    micro web framework based on Werkzeug and Jinja2 - documentation

下載 python3-flask

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