[ buster ]
[ Bron: flask ]
Pakket: python-flask (1.0.2-3+deb10u1) [security]
Verwijzigingen voor python-flask
Debian bronnen:
Het bronpakket flask downloaden:
Beheerders:
- Piotr Ożarowski (QA-pagina)
- Debian Python Modules Team (QA-pagina, Mailarchief)
- Ondřej Nový (QA-pagina)
Externe bronnen:
- Homepage [flask.pocoo.org]
Vergelijkbare pakketten:
micro web framework based on Werkzeug and Jinja2 - Python 2.7
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 2.7 module.
Andere aan python-flask gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-click (>= 5.1)
- Wrapper around optparse for command line utilities - Python 2.7
-
- dep: python-itsdangerous (>= 0.24)
- Various helpers to pass trusted data to untrusted environment - Python 2.x
-
- dep: python-jinja2 (>= 2.10)
- small but fast and easy to use stand-alone template engine
-
- dep: python-werkzeug (>= 0.14)
- collection of utilities for WSGI applications (Python 2.x)
-
- rec: python-blinker
- Fast, simple object-to-object and broadcast signaling library
-
- rec: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- sug: python-flask-doc
- micro web framework based on Werkzeug and Jinja2 - documentation