Skip to content
Sections
>> Trisquel >> Pakiety >> aramo-security >> python >> python3-flask
etiona  ] [  etiona-security  ] [  etiona-updates  ] [  nabia  ] [  nabia-security  ] [  nabia-updates  ] [  aramo  ] [  aramo-security  ] [  aramo-updates  ]
[ Pakiet źródłowy: flask  ]

Pakiet: python3-flask (2.0.1-2ubuntu1.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.

Inne pakiety związane z python3-flask

  • wymaga
  • poleca
  • sugeruje
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
  • dep: python3-click
    Pakiet niedostępny
  • dep: python3-itsdangerous (>= 2.0)
    Pakiet niedostępny
  • dep: python3-jinja2 (>= 3.0)
    small but fast and easy to use stand-alone template engine
  • dep: python3-werkzeug (>= 2.0)
    collection of utilities for WSGI applications (Python 3.x)
  • rec: python3-blinker
    Pakiet niedostępny
  • 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
  • sug: python3-asgiref
    Pakiet niedostępny
  • sug: python3-dotenv
    Pakiet niedostępny

Pobieranie python3-flask

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 79,6 KiB411 KiB [lista plików]