Paket: python-flask (0.12.2-3ubuntu0.1)
Links für python-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 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 Pakete mit Bezug zu python-flask
|
|
|
-
- dep: python
- Paket nicht verfügbar
-
- dep: python-click
- Paket nicht verfügbar
-
- dep: python-itsdangerous
- Paket nicht verfügbar
-
- dep: python-jinja2
- small but fast and easy to use stand-alone template engine
-
- dep: python-werkzeug
- collection of utilities for WSGI applications (Python 2.x)
-
- rec: python-blinker
- Paket nicht verfügbar
-
- 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
python-flask herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
all | 60,9 kB | 288 kB | [Liste der Dateien] |