[ Source: flask ]
Package: python-flask-doc (3.0.3-1)
Links for python-flask-doc
Debian Resources:
Download Source Package flask:
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
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.
Other Packages Related to python-flask-doc
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.2.2)
- JavaScript support for Sphinx documentation
-
- rec: python3-flask
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
Download python-flask-doc
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 724.2 kB | 4,157.0 kB | [list of files] |