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

Paket: python-flask-doc (2.0.1-2ubuntu1)

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.

python-flask-doc ile İlgili Diğer Paketler

  • bağımlılıklar
  • tavsiye edilen
  • önerilen
  • dep: libjs-sphinxdoc (>= 2.4.3-5~)
    JavaScript support for Sphinx documentation
  • rec: python3-flask
    micro web framework based on Werkzeug and Jinja2 - Python 3.x

python-flask-doc indir

Tüm mevcut mimariler için indir
Mimari Paket Boyutu Kurulu Boyut Dosyalar
all 604,0 kB3663 kB [dosya listesi]