{ "info": { "author": "Thiago Avelino", "author_email": "thiago@avelino.xxx", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==========\nFlask-Quik\n==========\n\n.. image:: https://travis-ci.org/avelino/Flask-Quik.png?branch=master\n :target: https://travis-ci.org/avelino/Flask-Quik\n :alt: Build Status - Travis CI\n\nProvides support for Quik Templates in Flask - https://github.com/avelino/quik\n\n\n\nRegistration\n============\n\nApplications can be registered directly in the extension constructor::\n\n from flask import Flask\n from flask.ext.quik import FlaskQuik\n\n app = Flask(__name__)\n quik = FlaskQuik(app)\n\n\n\nRendering\n=========\n\nRendering Quik templates sends the same :data:`~flask.template_rendered` signal\nas Jinja2 templates. Additionally, Quik templates receive the same context as\nJinja2 templates. This allows you to use the same variables as you normally\nwould (``g``, ``session``, ``url_for``, etc)::\n\n from flask.ext.quik import render_template\n\n @app.route('/')\n def hello_quik():\n return render_template('hello.html', name='quik')", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/avelino/Flask-Quik", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Flask-Quik", "package_url": "https://pypi.org/project/Flask-Quik/", "platform": "any", "project_url": "https://pypi.org/project/Flask-Quik/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/avelino/Flask-Quik" }, "release_url": "https://pypi.org/project/Flask-Quik/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Quik for Flask", "version": "0.1.1" }, "last_serial": 872723, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "93babc89e1b0fc9a44062948fe2c81ac", "sha256": "92598612f2c99aa9de863522ed34f90e050490232c685f484a2225209aa7c64e" }, "downloads": -1, "filename": "Flask-Quik-0.1.1.tar.gz", "has_sig": false, "md5_digest": "93babc89e1b0fc9a44062948fe2c81ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2663, "upload_time": "2013-09-24T12:36:31", "url": "https://files.pythonhosted.org/packages/69/b1/b709a1bb40ecf47b896c4d1f2dcdc0f711b8917e5524e3252d0971f23ff0/Flask-Quik-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93babc89e1b0fc9a44062948fe2c81ac", "sha256": "92598612f2c99aa9de863522ed34f90e050490232c685f484a2225209aa7c64e" }, "downloads": -1, "filename": "Flask-Quik-0.1.1.tar.gz", "has_sig": false, "md5_digest": "93babc89e1b0fc9a44062948fe2c81ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2663, "upload_time": "2013-09-24T12:36:31", "url": "https://files.pythonhosted.org/packages/69/b1/b709a1bb40ecf47b896c4d1f2dcdc0f711b8917e5524e3252d0971f23ff0/Flask-Quik-0.1.1.tar.gz" } ] }