{ "info": { "author": "Morgan Delahaye-Prat", "author_email": "mdp@m-del.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-Espresso\n==============\n\nAdds Coffeescript [0] support to Flask [1] applications.\n\nFlask-Espresso will compile on the fly your coffee-scripts in the template\ndirectory of your application. To avoid performance issues, a cache mechanism\nretrieves the scripts already compiled.\n\n\nInstall it\n----------\n\n $ pip install Flask-Espresso\n\nNote : Flask-Espresso requires you to have a javascript runtime installed on\n your system.\n\nHow-to use it\n-------------\n\nA simple example to show you how to use it. Create a new Flask application and\nput a coffeescript file ``script.coffee`` in its template directory.\n\n from flask import Flask\n from flask.ext.espresso import Espresso, espresso\n\n app = Flask(__name__)\n esp = Espresso(app)\n\n @app.route(\"/\")\n def hello():\n return espresso('script.coffee')\n\n if __name__ == \"__main__\":\n app.run(debug=True)\n\nLinks\n-----\n\n[0] http://www.coffeescript.org\n[1] http://flask.pocoo.org/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/morgan-del/flask-espresso", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Flask-Espresso", "package_url": "https://pypi.org/project/Flask-Espresso/", "platform": "any", "project_url": "https://pypi.org/project/Flask-Espresso/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/morgan-del/flask-espresso" }, "release_url": "https://pypi.org/project/Flask-Espresso/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Adds Coffescript support to Flask applications", "version": "0.2.0" }, "last_serial": 1029358, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c15c03c82f3a1dde4e6130beb6873ff2", "sha256": "444ae1a3f25abfcc9d95fae9b9d3293518f112e875d190d10102810a37e64b85" }, "downloads": -1, "filename": "Flask-Espresso-0.1.tar.gz", "has_sig": false, "md5_digest": "c15c03c82f3a1dde4e6130beb6873ff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54460, "upload_time": "2014-03-13T22:22:29", "url": "https://files.pythonhosted.org/packages/9e/db/27d363f58887a73d1838b01f6d1a77b2956cc8299d07daf518ba8397f374/Flask-Espresso-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4c5f424e9ba196d43eac43f3c235dfd6", "sha256": "89b5046ac6f9d6038c8c80e0ef1165b5f61c0b19783e6c01ee51ff759ed05815" }, "downloads": -1, "filename": "Flask-Espresso-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4c5f424e9ba196d43eac43f3c235dfd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54489, "upload_time": "2014-03-13T22:31:30", "url": "https://files.pythonhosted.org/packages/b3/2c/f2c2e850f66649fbc5ffc9c5f5b3709ec52691f4e5268b45b0166edc4e84/Flask-Espresso-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2dc1c3ad8155f07f9c41d5f826af53d5", "sha256": "eb6ff95ae9a6115cb0992b1113ef66e364fbb1a2b3de289e3d09cefa69b76ae8" }, "downloads": -1, "filename": "Flask-Espresso-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2dc1c3ad8155f07f9c41d5f826af53d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54805, "upload_time": "2014-03-14T11:33:16", "url": "https://files.pythonhosted.org/packages/ca/36/0f530d219d8ca9e2a05a86e6db3f7bc618f6142c1c72a1b7e764c2ff0843/Flask-Espresso-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2dc1c3ad8155f07f9c41d5f826af53d5", "sha256": "eb6ff95ae9a6115cb0992b1113ef66e364fbb1a2b3de289e3d09cefa69b76ae8" }, "downloads": -1, "filename": "Flask-Espresso-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2dc1c3ad8155f07f9c41d5f826af53d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54805, "upload_time": "2014-03-14T11:33:16", "url": "https://files.pythonhosted.org/packages/ca/36/0f530d219d8ca9e2a05a86e6db3f7bc618f6142c1c72a1b7e764c2ff0843/Flask-Espresso-0.2.0.tar.gz" } ] }