* Package name : flask
Version : 0.1
Upstream Author : Armin Ronacher <armin.ronacher@active-4.com>
* URL : http://flask.pocoo.org/
* License : BSD
Programming Lang: Python
Description : micro framework based on Werkzeug, Jinja2 and good intentions
Flask is a micro 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()
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100416195750.13840.51986.reportbug@localhost">ht tp://lists.debian.org/20100416195750.13840.51986.reportbug@localhost