python-flask-doc 2.0.1-2ubuntu1 (s390x binary) in ubuntu kinetic
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:
- 2.0.1-2ubuntu1
- Status:
- Superseded
- Component:
- universe
- Priority:
- Extra
Downloadable files
amd64 build of flask 2.0.1-2ubuntu1 in ubuntu jammy PROPOSED produced
these files:
- python-flask-doc_2.0.1-2ubuntu1_all.deb (604.0 KiB)