Skip to content
Sections
>> Trisquel >> Paketit >> etiona-updates >> python >> python-flask
etiona  ] [  etiona-security  ] [  etiona-updates  ]
[ Source: flask  ]

Paketti: python-flask (0.12.2-3ubuntu0.1)

micro web framework based on Werkzeug and Jinja2 - Python 2.7

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 2.7 module.

Muut pakettiin python-flask liittyvät paketit

  • depends
  • recommends
  • suggests
  • dep: python
    interactive high-level object-oriented language (default version)
  • dep: python-click
    Simple wrapper around optparse for powerful command line utilities - Python 2.7
  • dep: python-itsdangerous
    Various helpers to pass trusted data to untrusted environment - Python 2.x
  • dep: python-jinja2
    small but fast and easy to use stand-alone template engine
  • dep: python-werkzeug
    collection of utilities for WSGI applications (Python 2.x)
  • sug: python-flask-doc
    micro web framework based on Werkzeug and Jinja2 - documentation

Imuroi python-flask

Imurointi kaikille saataville arkkitehtuureille
Arkkitehtuuri Paketin koko Koko asennettuna Tiedostot
all 60.9 kt288 kt [tiedostoluettelo]