{ "info": { "author": "John Keyes", "author_email": "john@keyes.ie", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Programming Language :: Python" ], "description": "# lesswatch\n\nWatches LESS files, and automatically compiles them when they\nare changed.\n\n## Usage\n\n $ lesswatch \n\n## Installation\n\n pip install lesswatch\n \nor\n\n git clone https://github.com/jkeyes/lesswatch.git\n cd lesswatch\n python setup.py install\n\n## External Dependencies\n\nlesswatch used the [lessc compiler](http://lesscss.org/#guide)\nand it must be on the PATH.\n\nFirst you need to download and install node.js. Download the latest \nstable version of [node.js](http://nodejs.org/#download) and \nextract the contents from the archive: `tar xf node-v0.4.12.tar.gz`.\n\nThen:\n\n $ cd node-v0.4.12\n $ ./configure\n $ make\n $ make install\n\nThen you need to install LESS:\n\n $ npm install -g less\n\nTry `lessc` to see if this was successful:\n\n $ which lessc\n /usr/bin/lessc\n $ echo \"body { color: red; }\" > test.less\n $ lessc test.less\n body {\n color: red;\n }", "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/jkeyes/lesswatch", "keywords": "LESS python", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "lesswatch", "package_url": "https://pypi.org/project/lesswatch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lesswatch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jkeyes/lesswatch" }, "release_url": "https://pypi.org/project/lesswatch/0.2/", "requires_dist": null, "requires_python": null, "summary": "Automatic compilation of modified LESS files.", "version": "0.2" }, "last_serial": 770970, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "1571e4db637ffa261f1726347c523a7c", "sha256": "a76830546798664e5dee4ed208300457737892baacbacb395c8780ab0d374656" }, "downloads": -1, "filename": "lesswatch-0.2.tar.gz", "has_sig": false, "md5_digest": "1571e4db637ffa261f1726347c523a7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3189, "upload_time": "2013-06-14T13:48:59", "url": "https://files.pythonhosted.org/packages/05/90/0df377afedeadd27b7c57a054904a5b1021f9adc55e1a30a3209036f83ae/lesswatch-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1571e4db637ffa261f1726347c523a7c", "sha256": "a76830546798664e5dee4ed208300457737892baacbacb395c8780ab0d374656" }, "downloads": -1, "filename": "lesswatch-0.2.tar.gz", "has_sig": false, "md5_digest": "1571e4db637ffa261f1726347c523a7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3189, "upload_time": "2013-06-14T13:48:59", "url": "https://files.pythonhosted.org/packages/05/90/0df377afedeadd27b7c57a054904a5b1021f9adc55e1a30a3209036f83ae/lesswatch-0.2.tar.gz" } ] }