python-flask binary package in Ubuntu Trusty arm64
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 arm64 | release | main | python | Optional | 0.10.1-2build1 | ||
|
|||||||||
Deleted | Ubuntu Trusty arm64 | proposed | main | python | Optional | 0.10.1-2build1 | |||
|
|||||||||
2014-02-23 15:35:52 UTC | Superseded | Ubuntu Trusty arm64 | release | main | python | Optional | 0.10.1-2 | ||
|