python-flask-doc 1.0.2-2 (amd64 binary) in ubuntu cosmic
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.
Details
- Package version:
- 1.0.2-2
- Status:
- Obsolete
- Component:
- main
- Priority:
- Extra
Downloadable files
amd64 build of flask 1.0.2-2 in ubuntu cosmic PROPOSED produced
these files:
- python-flask-doc_1.0.2-2_all.deb (583.4 KiB)