python-flask-doc binary package in Ubuntu Kinetic 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 documentation for Flask.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2023-05-29 13:54:04 UTC | Published | Ubuntu Kinetic amd64 | updates | universe | doc | Extra | 2.0.3-1ubuntu1.1 | ||
|
|||||||||
2023-05-29 12:53:28 UTC | Published | Ubuntu Kinetic amd64 | security | universe | doc | Extra | 2.0.3-1ubuntu1.1 | ||
|
|||||||||
2022-08-26 22:43:55 UTC | Published | Ubuntu Kinetic amd64 | release | universe | doc | Extra | 2.0.3-1ubuntu1 | ||
|
|||||||||
Deleted | Ubuntu Kinetic amd64 | proposed | universe | doc | Extra | 2.0.3-1ubuntu1 | |||
|
|||||||||
2022-08-26 22:44:21 UTC | Superseded | Ubuntu Kinetic amd64 | release | universe | doc | Extra | 2.0.1-3ubuntu1 | ||
|
|||||||||
2022-08-28 00:10:10 UTC | Deleted | Ubuntu Kinetic amd64 | proposed | universe | doc | Extra | 2.0.1-3ubuntu1 | ||
|
|||||||||
2022-08-11 08:43:55 UTC | Superseded | Ubuntu Kinetic amd64 | release | universe | doc | Extra | 2.0.1-2ubuntu1 | ||
|