{ "info": { "author": "Jes\u00fas Jerez", "author_email": "jerezmoreno@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "webassets-libsass\r\n=================\r\nFilter for asset management \"webassets\" that uses \"libsass\"\r\n\r\n\r\nRequired\r\n========\r\n libsass (libsass-python): http://dahlia.kr/libsass-python you need to have C/C++ compiler\r\n webassets: https://pypi.python.org/pypi/webassets\r\n\r\n\r\nInstallation\r\n============\r\nOption 1:\r\n========\r\ndownload and extract, then: python setup.py install\r\n\r\nOption 2:\r\n========\r\nrun pip install webassets-libsass\r\n\r\n\r\nUse\r\n===\r\nRegister filter:\r\n===============\r\nfrom webassets.filter import register_filter\r\nfrom webassets_libsass import LibSass\r\n\r\nregister_filter(LibSass)\r\n\r\nLike another webassets filter:\r\n=============================\r\n# foundation framework\r\nfoundation = Bundle(\r\n 'scss/foundation/app.scss',\r\n filters='libsass',\r\n output='css/foundation.css'\r\n)\r\n\r\n\r\nConfiguration Options\r\n=====================\r\nLIBSASS_OUTPUT_STYLE (output_style)\r\nan optional coding style of the compiled result. choose one of: nested (default), expanded, compact, compressed\r\n\r\nLIBSASS_INCLUDE_PATHS (include_paths)\r\nan optional list of paths to find @imported SASS/CSS source files\r\n\r\nExample:\r\nenv = Environment( ... )\r\nenv.config['LIBSASS_OUTPUT_STYLE'] = 'compressed'\r\nBundle('src/test.scss', filters='libsass', output='out/test.css')", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jhuss/webassets-libsass", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "webassets-libsass", "package_url": "https://pypi.org/project/webassets-libsass/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/webassets-libsass/", "project_urls": { "Homepage": "https://github.com/jhuss/webassets-libsass" }, "release_url": "https://pypi.org/project/webassets-libsass/0.2/", "requires_dist": null, "requires_python": null, "summary": "Filter for asset management", "version": "0.2" }, "last_serial": 2144144, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eb7f6e6c543121809a8092e1990e983e", "sha256": "adcb87968ef4e13af0bf14dd952ca652a45c20562fb552a44da86f9bf91856f0" }, "downloads": -1, "filename": "webassets-libsass-0.1.tar.gz", "has_sig": false, "md5_digest": "eb7f6e6c543121809a8092e1990e983e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2083, "upload_time": "2014-12-12T17:24:50", "url": "https://files.pythonhosted.org/packages/ec/44/ae145fe388fcf33f146b21b2a221b281edc5c2ef70b757f2a13841fe30e9/webassets-libsass-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "216a43b7569048e999b04692c910916e", "sha256": "46a6f30fd8e906c1c00781857bccc2a01c7d06ec0418fb8a7a4de0e0155abe23" }, "downloads": -1, "filename": "webassets-libsass-0.2.tar.gz", "has_sig": false, "md5_digest": "216a43b7569048e999b04692c910916e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2016-06-01T04:08:13", "url": "https://files.pythonhosted.org/packages/a7/92/1abc01270019c665f9d51c719febe94b323dbc291e71f06de98bd4850eb6/webassets-libsass-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "216a43b7569048e999b04692c910916e", "sha256": "46a6f30fd8e906c1c00781857bccc2a01c7d06ec0418fb8a7a4de0e0155abe23" }, "downloads": -1, "filename": "webassets-libsass-0.2.tar.gz", "has_sig": false, "md5_digest": "216a43b7569048e999b04692c910916e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2016-06-01T04:08:13", "url": "https://files.pythonhosted.org/packages/a7/92/1abc01270019c665f9d51c719febe94b323dbc291e71f06de98bd4850eb6/webassets-libsass-0.2.tar.gz" } ] }