{ "info": { "author": "James Pic", "author_email": "jamespic@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Recess filter for webassets\n===========================\n\nInstall::\n\n pip install webassets-recess\n\nRegister::\n\n from webassets.filter import register_filter\n from webassets_recess import RecessFilter\n \n register_filter(RecessFilter)\n\nExample usage::\n\n from webassets.loaders import YAMLLoader\n for name, bundle in YAMLLoader('webassets.yaml').load_bundles().items():\n assets.register(name, bundle)\n\nWhere webassets.yaml contains::\n\n css_all:\n filters: recess,cssutils\n output: cache/default.css\n contents:\n - bootstrap/less/bootstrap.less\n\nNow you can hack bootsrap less. Merges are on you.", "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/yourlabs/webassets-recess", "keywords": "lesscss recess webassets", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "webassets-recess", "package_url": "https://pypi.org/project/webassets-recess/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/webassets-recess/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/yourlabs/webassets-recess" }, "release_url": "https://pypi.org/project/webassets-recess/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Recess filter to compile less with webassets, enables twitter bootstrap less compiling", "version": "0.0.0" }, "last_serial": 801583, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "ab8c0a228ca00f6d57f314b4aa01dcb1", "sha256": "ea198e05a38eb4fd0619c9e460da0746da32cf7c26e19bb31a52e65d9a762ec3" }, "downloads": -1, "filename": "webassets-recess-0.0.0.tar.gz", "has_sig": false, "md5_digest": "ab8c0a228ca00f6d57f314b4aa01dcb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2186, "upload_time": "2012-09-14T10:11:58", "url": "https://files.pythonhosted.org/packages/d8/5a/1a87905c47be292a1f42bcfc8a8923e1f820b46ccfc90c6986727657d9eb/webassets-recess-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ab8c0a228ca00f6d57f314b4aa01dcb1", "sha256": "ea198e05a38eb4fd0619c9e460da0746da32cf7c26e19bb31a52e65d9a762ec3" }, "downloads": -1, "filename": "webassets-recess-0.0.0.tar.gz", "has_sig": false, "md5_digest": "ab8c0a228ca00f6d57f314b4aa01dcb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2186, "upload_time": "2012-09-14T10:11:58", "url": "https://files.pythonhosted.org/packages/d8/5a/1a87905c47be292a1f42bcfc8a8923e1f820b46ccfc90c6986727657d9eb/webassets-recess-0.0.0.tar.gz" } ] }