Alle Optionen
aria  ]
[ Quellcode: flask  ]

Paket: python3-flask (2.2.2-3)

Links für python3-flask

Screenshot

Quellcode-Paket flask herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

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.

Andere Pakete mit Bezug zu python3-flask

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • erweitert

python3-flask herunterladen

Download für alle verfügbaren Architekturen
Architektur Paketgröße Größe (installiert) Dateien
all 102,6 kB444,0 kB [Liste der Dateien]