{ "info": { "author": "Manuel Albarran", "author_email": "UNKNOWN", "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": "flask-coffee2js\n===============\n\nA small Flask extension that makes it easy to use CoffeeScript with your Flask application.\n\nUsage\n-----\n\nYou can activate it by calling the ``coffee2js`` function with your Flask app as a parameter:\n\n from flaskext.coffee2js import coffee2js\n coffee2js(app, js_folder='js', coffee_folder='src/coffee')\n\nThis will intercept the request to ``js_folder`` and compile de file if is necesary using the files from ``coffee_folder``.\n\nWhen you deploy your app you might not want to accept the overhead of checking the modification time of your ``.coffee`` and ``.jss`` files on each request. A simple way to avoid this is wrapping the coffee2js call in an if statement:\n\n if app.debug:\n from flaskext.coffee2js import coffee2js\n coffee2js(app)\n \nIf you do this you'll be responsible for rendering the ``.coffee`` files into ``.js`` when you deploy in non-debug mode to your production server.\n\n\n- documentation_\n- development_\n\n\n.. _documentation: https://github.com/weapp/flask-coffee2js\n.. _development: https://github.com/weapp/flask-coffee2js", "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/weapp/flask-coffee2js", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "flask-coffee2js", "package_url": "https://pypi.org/project/flask-coffee2js/", "platform": "any", "project_url": "https://pypi.org/project/flask-coffee2js/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/weapp/flask-coffee2js" }, "release_url": "https://pypi.org/project/flask-coffee2js/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A small Flask extension that adds CoffeScript support to Flask.", "version": "0.1.2" }, "last_serial": 792025, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c3e6b1b3d4724ce8f0757d45c35ee876", "sha256": "ca8f288ecccbd97f9ebe38878808b00d86843c6b93b7dcb507c7e094b9c17170" }, "downloads": -1, "filename": "flask-coffee2js-0.1.zip", "has_sig": false, "md5_digest": "c3e6b1b3d4724ce8f0757d45c35ee876", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4606, "upload_time": "2012-09-08T11:12:28", "url": "https://files.pythonhosted.org/packages/3f/3d/cbafe239893086b2aac418cc31e7f6e7e1b67c103de7d714f9dfc96f7822/flask-coffee2js-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e307f11ac9eee39d5b780876cdd36b64", "sha256": "d9cc62d1fedd3b1f80f413b70d0126d9ee2b6d61b58aa9ff4f1231ef7c3f4a28" }, "downloads": -1, "filename": "flask-coffee2js-0.1.1.zip", "has_sig": false, "md5_digest": "e307f11ac9eee39d5b780876cdd36b64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4657, "upload_time": "2012-09-08T11:18:24", "url": "https://files.pythonhosted.org/packages/d2/90/c3e00a861a6276b03d72acaa0e757860c3052ba120b7a888ccc7f9210e2a/flask-coffee2js-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "9321fbb1dc7ec551b9d1e42a1f15a26b", "sha256": "e1a71f5666e5f4647666429bd41ad3beafb65be0e598fc6dfb6d42d96c2f2c46" }, "downloads": -1, "filename": "flask-coffee2js-0.1.2.zip", "has_sig": false, "md5_digest": "9321fbb1dc7ec551b9d1e42a1f15a26b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5762, "upload_time": "2012-09-08T12:06:44", "url": "https://files.pythonhosted.org/packages/58/31/429fc5270256c9cf75187ebb298c3923037be923cd8662bb3e5641c769c4/flask-coffee2js-0.1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9321fbb1dc7ec551b9d1e42a1f15a26b", "sha256": "e1a71f5666e5f4647666429bd41ad3beafb65be0e598fc6dfb6d42d96c2f2c46" }, "downloads": -1, "filename": "flask-coffee2js-0.1.2.zip", "has_sig": false, "md5_digest": "9321fbb1dc7ec551b9d1e42a1f15a26b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5762, "upload_time": "2012-09-08T12:06:44", "url": "https://files.pythonhosted.org/packages/58/31/429fc5270256c9cf75187ebb298c3923037be923cd8662bb3e5641c769c4/flask-coffee2js-0.1.2.zip" } ] }