Package: wnpp
Severity: wishlist
Owner: "Piotr Ożarowski" <pi...@debian.org>

* Package name    : flask
  Version         : 0.1
  Upstream Author : Armin Ronacher <armin.ronac...@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-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100416195750.13840.51986.report...@localhost

Reply via email to