python-flask-doc 0.12.2-3 (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:
- 0.12.2-3
- Status:
- Superseded
- Component:
- main
- Priority:
- Extra
Downloadable files
amd64 build of flask 0.12.2-3 in ubuntu bionic PROPOSED produced
these files:
- python-flask-doc_0.12.2-3_all.deb (466.3 KiB)