{ "info": { "author": "Javi Velasco", "author_email": "javier.velasco86@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "## Django Pipeline Compass Compiler\n\nCompiler class to use with Django Asset Pipeline package to compile Compass. It uses the official compass gem so you have to install it first:\n\n```shell\n$ sudo gem install compass\n```\n\n### Installation\n\nThe installation is as a `pip` regular package. Remember you have to install [Django Pipeline](https://github.com/cyberdelia/django-pipeline) first since the compiler works as a plugin for it. Once you have it:\n\n```bash\n# from PyPi\n$ pip install django-pipeline-compass-compiler\n\n\n# or from Github\n$ pip install git+https://github.com/javivelasco/django-pipeline-compass-compiler.git\n\n```\n\n### Usage\n\nIn your `settings.py` you should specify the location of your compass compiler binary installed with RubyGems. As an option, you can give extra arguments to the compiler just as you'd do it when compiling from the command line. Also, you have to tell Pipeline to use the compiler. An example:\n\n```python\nPIPELINE_COMPASS_BINARY = '/usr/local/bin/compass' # default: '/usr/bin/env compass'\nPIPELINE_COMPASS_ARGUMENTS = '-c path/to/config.rb' # default: ''\n\nPIPELINE_COMPILERS = ('pipeline_compass.compass.CompassCompiler')\n```\n\n### About\n\nI've created and updated this package to reuse it in my future projects, but is hardly based in [this](https://github.com/mila-labs/django-pipeline-compass-rubygem) package. The main difference is that here the source is compiled only if there were no changes from last compiling.", "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/javivelasco/django-pipeline-compass-compiler", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-pipeline-compass-compiler", "package_url": "https://pypi.org/project/django-pipeline-compass-compiler/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-pipeline-compass-compiler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/javivelasco/django-pipeline-compass-compiler" }, "release_url": "https://pypi.org/project/django-pipeline-compass-compiler/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Compiler plugin to use Django Pipeline package with Compass", "version": "0.1.2" }, "last_serial": 1046627, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e1e47dbf40d23ffa0370358ec0cac6dd", "sha256": "42de212a93eec112f67832c93ebf9413fa71c8f9848d393800e11e71534856b6" }, "downloads": -1, "filename": "django-pipeline-compass-compiler-0.1.tar.gz", "has_sig": false, "md5_digest": "e1e47dbf40d23ffa0370358ec0cac6dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2259, "upload_time": "2014-03-31T10:59:11", "url": "https://files.pythonhosted.org/packages/67/79/4085853d2c074a44a27d24b7eabc68b1d91ca5d9d3f23b936716eac2c703/django-pipeline-compass-compiler-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "10f9a7f1e1a71ffc39288289c90830bc", "sha256": "4d2ea16a85967e2c97e96b4f24326294f0f4898cf97d67a977e72fcfd2e9be8c" }, "downloads": -1, "filename": "django-pipeline-compass-compiler-0.1.1.tar.gz", "has_sig": false, "md5_digest": "10f9a7f1e1a71ffc39288289c90830bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3058, "upload_time": "2014-03-31T11:42:11", "url": "https://files.pythonhosted.org/packages/d9/60/46716dba5e1b3081ebeb720050aab5d8ee4f2c7a97ac593f961f1eccd0c5/django-pipeline-compass-compiler-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c659b065e69cca82769c1270048d4201", "sha256": "d2aa2d691159d4a0b4fa02364d4fbed6ee7306d84522acf93815b797fe312a57" }, "downloads": -1, "filename": "django-pipeline-compass-compiler-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c659b065e69cca82769c1270048d4201", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3056, "upload_time": "2014-03-31T11:46:34", "url": "https://files.pythonhosted.org/packages/be/e8/abe3cf00d6828772cdecbc8b4fb1c1a899f71d000833856841222de2070b/django-pipeline-compass-compiler-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c659b065e69cca82769c1270048d4201", "sha256": "d2aa2d691159d4a0b4fa02364d4fbed6ee7306d84522acf93815b797fe312a57" }, "downloads": -1, "filename": "django-pipeline-compass-compiler-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c659b065e69cca82769c1270048d4201", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3056, "upload_time": "2014-03-31T11:46:34", "url": "https://files.pythonhosted.org/packages/be/e8/abe3cf00d6828772cdecbc8b4fb1c1a899f71d000833856841222de2070b/django-pipeline-compass-compiler-0.1.2.tar.gz" } ] }