python3-flask 1.1.1-ok1 (amd64 binary) in openkylin yangtze
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 3.x module.
Details
- Package version:
- 1.1.1-ok1
- Status:
- Deleted
- Component:
- main
- Priority:
- Optional
Downloadable files
amd64 build of flask 1.1.1-ok1 in openkylin yangtze PROPOSED produced
these files:
- python3-flask_1.1.1-ok1_all.deb (78.1 KiB)
Package relationships
- Suggests:
- Recommends: