Paket: python3-flask (0.12.2-3ubuntu0.1)
Links für python3-flask
Trisquel-Ressourcen:
Quellcode-Paket flask herunterladen:
Betreuer:
Original Maintainers:
- Piotr Ożarowski
- Debian Python Modules Team (E-Mail-Archiv)
- Ondřej Nový
Externe Ressourcen:
- Homepage [flask.pocoo.org]
Ähnliche Pakete:
micro web framework based on Werkzeug and Jinja2 - Python 3.x
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.
Andere Pakete mit Bezug zu python3-flask
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Simple wrapper around optparse for powerful command line utilities - Python 3.x
-
- dep: python3-itsdangerous
- Various helpers to pass trusted data to untrusted environment - Python 3.x
-
- dep: python3-jinja2
- small but fast and easy to use stand-alone template engine
-
- dep: python3-werkzeug
- collection of utilities for WSGI applications (Python 3.x)
-
- rec: python3-blinker
- fast, simple object-to-object and broadcast signaling library
-
- rec: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- sug: python-flask-doc
- micro web framework based on Werkzeug and Jinja2 - documentation
python3-flask herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
all | 61,1 kB | 289 kB | [Liste der Dateien] |