Skip to content
Sections
>> Trisquel >> Pakete >> etiona >> doc >> python-flask-doc
etiona  ] [  etiona-security  ] [  etiona-updates  ] [  nabia  ] [  nabia-security  ] [  nabia-updates  ] [  aramo  ] [  aramo-security  ] [  aramo-updates  ]
[ Quellcode: flask  ]

Paket: python-flask-doc (0.12.2-3)

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.

Andere Pakete mit Bezug zu python-flask-doc

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • dep: libjs-sphinxdoc (>= 1.0)
    JavaScript support for Sphinx documentation
  • rec: python-flask
    micro web framework based on Werkzeug and Jinja2 - Python 2.7

python-flask-doc herunterladen

Download für alle verfügbaren Architekturen
Architektur Paketgröße Größe (installiert) Dateien
all 466,3 kB2752 kB [Liste der Dateien]