python-flask 0.11.1-1 (ppc64el binary) in ubuntu yakkety
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.
Details
- Package version:
- 0.11.1-1
- Status:
- Obsolete
- Component:
- main
- Priority:
- Optional
Downloadable files
amd64 build of flask 0.11.1-1 in ubuntu yakkety PROPOSED produced
these files:
- python-flask_0.11.1-1_all.deb (59.3 KiB)
Package relationships
- Suggests:
- Recommends: