python-flask binary package in Ubuntu Xenial 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
  2020-06-01 16:08:18 UTC Published Ubuntu Xenial i386 updates main python Optional 0.10.1-2ubuntu0.1
  • Published
  • Copied from Primary Archive for Ubuntu
  • Originally built as ubuntu xenial-release amd64 in PPA for Ubuntu Security Proposed
  2020-06-01 15:38:12 UTC Published Ubuntu Xenial i386 security main python Optional 0.10.1-2ubuntu0.1
  • Published
  • Copied from ubuntu xenial-release amd64 in PPA for Ubuntu Security Proposed
  2015-10-22 15:20:22 UTC Published Ubuntu Xenial i386 release main python Optional 0.10.1-2build2
  • Published
  • Copied from ubuntu wily-proposed amd64 in Primary Archive for Ubuntu

Source package