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

Paket: python3-flask (1.1.1-2ubuntu0.1)

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.

Andra paket besläktade med python3-flask

  • beror
  • rekommenderar
  • föreslår
  • dep: python3
    Paketet inte tillgängligt
  • dep: python3-click (>= 5.1)
    Paketet inte tillgängligt
  • dep: python3-itsdangerous (>= 0.24)
    Paketet inte tillgängligt
  • 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)
  • rec: python3-blinker
    Paketet inte tillgängligt
  • rec: python3-pkg-resources
    Package Discovery and Resource Access using pkg_resources
  • sug: python-flask-doc
    micro web framework based on Werkzeug and Jinja2 - documentation

Hämta python3-flask

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
all 78,5 kbyte399 kbyte [filförteckning]