Skip to content
Sections
>> Trisquel >> Paketler >> etiona >> 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 (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.

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

  • bağımlılıklar
  • tavsiye edilen
  • önerilen
  • 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 indir

Tüm mevcut mimariler için indir
Mimari Paket Boyutu Kurulu Boyut Dosyalar
all 466,3 kB2752 kB [dosya listesi]