{ "info": { "author": "Austin Morton", "author_email": "amorton@juvsoft.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP" ], "description": "Coffee Compressor Compiler\n=========================\n\n[![Build Status](https://travis-ci.org/Juvenal1228/coffee-compressor-compiler.png?branch=master)](https://travis-ci.org/Juvenal1228/coffee-compressor-compiler)\n\nPurpose\n-------\n\nThis tool is meant to be used as an extension to [django-compressor](https://github.com/jezdez/django_compressor)\n\nIt precompiles [coffee-script](http://coffeescript.org/)\n\n\nFeatures\n--------\n\n- platform independent\n- no need to install node.js packages\n- 100% test coverage\n- [PEP 8](http://www.python.org/dev/peps/pep-0008/) compliance\n- [semver](http://semver.org/) compliance\n\n\nInstalling\n----------\n\nInstall with pip/easy_install from the pypi\n\n`pip install coffee-compressor-compiler`\n\nor clone the latest source\n\n git clone https://github.com/Juvenal1228/coffee-compressor-compiler.git\n cd coffee-compressor-compiler\n python setup.py install\n\nYou must also install [node.js](http://nodejs.org/) or [PyV8](https://code.google.com/p/pyv8/)\n\nThe latest versions of node.js can be found [here](http://nodejs.org/download/)\n\nUsing\n-----\n\nUsing this tool is as simple as installing it and adding it to the `COMPRESS_PRECOMPILERS` django setting\n\n```python\nCOMPRESS_PRECOMPILERS = (\n ('text/coffeescript', 'coffeecompressorcompiler.filter.CoffeeScriptCompiler'),\n)\n```\n\nThen, in your django templates you can embed coffee-script templates like so\n```html+django\n{% load staticfiles %}\n{% load compress %}\n\n{% compress js %}\n\n\n{% endcompress %}\n```", "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/Juvenal1228/coffee-compressor-compiler", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "coffee-compressor-compiler", "package_url": "https://pypi.org/project/coffee-compressor-compiler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/coffee-compressor-compiler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Juvenal1228/coffee-compressor-compiler" }, "release_url": "https://pypi.org/project/coffee-compressor-compiler/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "django_compressor filter to compile coffee-script", "version": "0.2.0" }, "last_serial": 807820, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a9bd857cd9fe8c6c3c71889e18e52536", "sha256": "41862c0280dc67ec544473dd2e4a86b6af5d84cdc135b06e23b9103c490c572f" }, "downloads": -1, "filename": "coffee-compressor-compiler-0.1.0.zip", "has_sig": false, "md5_digest": "a9bd857cd9fe8c6c3c71889e18e52536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8227, "upload_time": "2013-04-17T16:48:28", "url": "https://files.pythonhosted.org/packages/75/7c/50081bdc0825d5b5866f1c8a681e8b3c5ff6d9241d2c10f131755023014f/coffee-compressor-compiler-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "30b5766311f22a829c16630c1bf71b36", "sha256": "f1dec37845a5bb88c7fd0be4e663f29b904ab797610130e3039c171141e6f3ea" }, "downloads": -1, "filename": "coffee-compressor-compiler-0.1.1.zip", "has_sig": false, "md5_digest": "30b5766311f22a829c16630c1bf71b36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68597, "upload_time": "2013-04-17T17:28:27", "url": "https://files.pythonhosted.org/packages/8d/e4/8b54e2dc6725302ffe28e45c9c75f713251e1bd574ee698b75cf7e404f66/coffee-compressor-compiler-0.1.1.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e5e400508f28d86ee92171ec48be23ef", "sha256": "148e5825c429601fc128b39925b3be027fa87568152768ab0cd6edf06b34e1d2" }, "downloads": -1, "filename": "coffee-compressor-compiler-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e5e400508f28d86ee92171ec48be23ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51689, "upload_time": "2013-07-04T07:12:30", "url": "https://files.pythonhosted.org/packages/2e/81/5c576d9684f34180a8aa13f963fbc54c793dc554f214806275921df29e70/coffee-compressor-compiler-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e5e400508f28d86ee92171ec48be23ef", "sha256": "148e5825c429601fc128b39925b3be027fa87568152768ab0cd6edf06b34e1d2" }, "downloads": -1, "filename": "coffee-compressor-compiler-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e5e400508f28d86ee92171ec48be23ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51689, "upload_time": "2013-07-04T07:12:30", "url": "https://files.pythonhosted.org/packages/2e/81/5c576d9684f34180a8aa13f963fbc54c793dc554f214806275921df29e70/coffee-compressor-compiler-0.2.0.tar.gz" } ] }