python-flask 0.10.1
Name | python-flask |
---|---|
Version | 0.10.1 |
Summary | micro web framework based on Werkzeug, Jinja2 and good intentions |
Description | Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good\nintentions. A minimal Flask application looks like that:\n .\n from flask import Flask\n app = Flask(__name__)\n .\n @app.route("/")\n def hello():\n return "Hello World!"\n .\n if__name__ == '__main__':\n app.run() |
Section | base |
License | BSD-3-Clause |
Homepage | http://flask.pocoo.org/ |
Recipe file |
recipes-debian/flask/python-flask_debian.bb
recipes-debian/flask/flask.inc |
Layer | meta-debian (morty branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
git://github.com/ystk/debian-flask.git |
Patches
None
Other branches
This recipe in other branches of meta-debian:
Branch | Recipe |
---|---|
morty (Yocto Project 2.2) | python-flask 0.10.1 (this recipe) |