python-flask binary package in Ubuntu Precise i386

 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()

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2011-10-27 11:03:57 UTC Published Ubuntu Precise i386 release universe python Optional 0.8-1
  • Published
  2011-10-27 11:05:48 UTC Superseded Ubuntu Precise i386 release universe python Optional 0.7.2-1
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of flask 0.8-1 in ubuntu precise RELEASE
  • Published
  • Copied from ubuntu oneiric-release i386 in Primary Archive for Ubuntu

Source package