python3-flask binary package in Ubuntu Trusty ppc64el
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 | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2014-02-23 15:33:35 UTC | Published | Ubuntu Trusty ppc64el | release | universe | python | Optional | 0.10.1-2build1 | ||
|
|||||||||
Deleted | Ubuntu Trusty ppc64el | proposed | universe | python | Optional | 0.10.1-2build1 | |||
|
|||||||||
2014-02-23 15:35:52 UTC | Superseded | Ubuntu Trusty ppc64el | release | universe | python | Optional | 0.10.1-2 | ||
|