python-flask 0.10.1-2build2 (amd64 binary) in ubuntu wily
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()
Details
- Package version:
- 0.10.1-2build2
- Status:
- Obsolete
- Component:
- main
- Priority:
- Optional
Downloadable files
amd64 build of flask 0.10.1-2build2 in ubuntu wily PROPOSED produced
these files:
- python-flask_0.10.1-2build2_all.deb (50.6 KiB)
Package relationships
- Suggests:
- Recommends: