python-flask binary package in Ubuntu Bionic amd64
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()
.
This package contains the Python 2.7 module.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2020-06-01 16:08:18 UTC | Published | Ubuntu Bionic amd64 | updates | main | python | Optional | 0.12.2-3ubuntu0.1 | ||
|
|||||||||
2020-06-01 15:38:12 UTC | Published | Ubuntu Bionic amd64 | security | main | python | Optional | 0.12.2-3ubuntu0.1 | ||
|
|||||||||
2018-02-11 11:08:11 UTC | Published | Ubuntu Bionic amd64 | release | main | python | Optional | 0.12.2-3 | ||
|
|||||||||
Deleted | Ubuntu Bionic amd64 | proposed | main | python | Optional | 0.12.2-3 | |||
|
|||||||||
2018-02-11 11:08:19 UTC | Superseded | Ubuntu Bionic amd64 | release | main | python | Optional | 0.12.2-2 | ||
|