Binary package “python-flask-doc” in ubuntu kinetic
micro web framework based on Werkzeug and Jinja2 - documentation
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.
Source package
Published versions
- python-flask-doc 2.0.1-2ubuntu1 in amd64 (Release)
- python-flask-doc 2.0.3-1ubuntu1 in amd64 (Proposed)
- python-flask-doc 2.0.3-1ubuntu1 in amd64 (Release)
- python-flask-doc 2.0.3-1ubuntu1.1 in amd64 (Security)
- python-flask-doc 2.0.3-1ubuntu1.1 in amd64 (Updates)
- python-flask-doc 2.0.1-2ubuntu1 in arm64 (Release)
- python-flask-doc 2.0.3-1ubuntu1 in arm64 (Proposed)
- python-flask-doc 2.0.3-1ubuntu1 in arm64 (Release)
- python-flask-doc 2.0.3-1ubuntu1.1 in arm64 (Security)
- python-flask-doc 2.0.3-1ubuntu1.1 in arm64 (Updates)
- python-flask-doc 2.0.1-2ubuntu1 in armhf (Release)
- python-flask-doc 2.0.3-1ubuntu1 in armhf (Proposed)
- python-flask-doc 2.0.3-1ubuntu1 in armhf (Release)
- python-flask-doc 2.0.3-1ubuntu1.1 in armhf (Security)
- python-flask-doc 2.0.3-1ubuntu1.1 in armhf (Updates)
- python-flask-doc 2.0.1-2ubuntu1 in i386 (Release)
- python-flask-doc 2.0.3-1ubuntu1 in i386 (Proposed)
- python-flask-doc 2.0.3-1ubuntu1 in i386 (Release)
- python-flask-doc 2.0.3-1ubuntu1.1 in i386 (Security)
- python-flask-doc 2.0.3-1ubuntu1.1 in i386 (Updates)
- python-flask-doc 2.0.1-2ubuntu1 in ppc64el (Release)
- python-flask-doc 2.0.3-1ubuntu1 in ppc64el (Proposed)
- python-flask-doc 2.0.3-1ubuntu1 in ppc64el (Release)
- python-flask-doc 2.0.3-1ubuntu1.1 in ppc64el (Security)
- python-flask-doc 2.0.3-1ubuntu1.1 in ppc64el (Updates)
- python-flask-doc 2.0.1-2ubuntu1 in riscv64 (Release)
- python-flask-doc 2.0.3-1ubuntu1 in riscv64 (Proposed)
- python-flask-doc 2.0.3-1ubuntu1 in riscv64 (Release)
- python-flask-doc 2.0.3-1ubuntu1.1 in riscv64 (Security)
- python-flask-doc 2.0.3-1ubuntu1.1 in riscv64 (Updates)
- python-flask-doc 2.0.1-2ubuntu1 in s390x (Release)
- python-flask-doc 2.0.3-1ubuntu1 in s390x (Proposed)
- python-flask-doc 2.0.3-1ubuntu1 in s390x (Release)
- python-flask-doc 2.0.3-1ubuntu1.1 in s390x (Security)
- python-flask-doc 2.0.3-1ubuntu1.1 in s390x (Updates)