Package: python-flask-doc (0.12.2-3ubuntu0.1)
Links for python-flask-doc
Trisquel Resources:
Download Source Package flask:
Maintainer:
Original Maintainers:
- Piotr Ożarowski
- Debian Python Modules Team (Mail Archive)
- Ondřej Nový
External Resources:
- Homepage [flask.pocoo.org]
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 (>= 1.0)
- Package not available
-
- rec: python-flask
- micro web framework based on Werkzeug and Jinja2 - Python 2.7
Download python-flask-doc
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 466.3 kB | 2752 kB | [list of files] |