{ "info": { "author": "Victor Lin", "author_email": "bornstub@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup" ], "description": "SCSS Tools\n==========\n\nSCSS Tools is a bundle of tools for making web development with SCSS in Python much easier. It monitors your SCSS file directory for file change and recompile automatically for you. It also has Compass and Blueprint CSS framework built-in, To use SCSS Tools, you need to write a YAML configuration file. Following is an example of configuration file\n\nexample/scss.yaml::\n\n ---\n \n monitor:\n # path to Scss directory for monitoring\n scss_dir:\n scss\n \n compiler:\n # verbosity of message output\n verbosity: 2\n \n # compress\n compress: True\n \n # debug info\n debug_info: False\n \n # root of static files\n static_root:\n static\n \n # directory to output sprite images\n asset_root:\n static/asset\n \n # paths to import\n load_paths: [\n static/scss\n ]\n \n # path of input files and path of file to output \n scss_files: [\n [scss/style.scss, static/style.css],\n [scss/style2.scss, static/style2.css],\n ]\n \n ...\n\nTo start monitoring and compiling SCSS, just type::\n\n scss_monitor -c scss.yaml\n\nThe path to configuration is scss.yaml, so you can also type::\n\n scss_monitor\n \nIt has built-in Compass/Blueprint SCSS framework, therefore, you can leverage\nthem directly\n\nexample/scss/style.scss::\n\n @import \"compass/reset\";\n \n @include blueprint-global-reset;\n \nAnd you will get \n\nexample/static/style.css::\n\n a, abbr, acronym, address, applet, article, aside, audio, b, big,\n blockquote, body, canvas, caption, center, cite, code, dd, del,\n details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure,\n footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe,\n img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output,\n p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub,\n summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul,\n var, video {\n margin: 0;\n padding: 0;\n border: 0;\n font-size: 100%;\n font: inherit;\n vertical-align: baseline;\n }\n body {\n line-height: 1;\n }\n ol, ul {\n list-style: none;\n }\n table {\n border-collapse: collapse;\n border-spacing: 0;\n }\n caption, td, th {\n text-align: left;\n font-weight: normal;\n vertical-align: middle;\n }\n blockquote, q {\n quotes: none;\n }\n blockquote:after, blockquote:before, q:after, q:before {\n content: \"\";\n content: none;\n }\n a img {\n border: none;\n }\n article, aside, details, figcaption, figure, footer, header, hgroup,\n menu, nav, section, summary {\n display: block;\n }\n\nInstallation\n============\n\nTo install SCSS Tools, you can type::\n\n pip install scss_tools\n\nIf you perfer easy_install, then type::\n\n easy_install scss_tools\n\nCommands\n========\n\nscss_compile\n------------\n\nCompile SCSS into CSS files.\n\nscss_monitor\n------------\n\nMonitor and compile SCSS into CSS files. \n\nSource code\n-----------\n\nSource code is available at `Bitbucket `_.\n\n0.1.1\n-----\n\n- Fix pyscss config API change issue\n\n0.1.0\n-----\n\n- Initial version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/victorlin/scss_tools", "keywords": "css oocss xcss sass scss less precompiler monitor", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "scss_tools", "package_url": "https://pypi.org/project/scss_tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/scss_tools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/victorlin/scss_tools" }, "release_url": "https://pypi.org/project/scss_tools/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A bundle of tools for making web development with SCSS in Python much easier", "version": "0.1.1" }, "last_serial": 799356, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f6b3a992708d5843da1ccf279e30b727", "sha256": "e789d7334dffa9f257f95a2015a3d08005fb6230b26ef8fed195d42adaf4281e" }, "downloads": -1, "filename": "scss_tools-0.1.0.zip", "has_sig": false, "md5_digest": "f6b3a992708d5843da1ccf279e30b727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96108, "upload_time": "2012-02-26T16:27:51", "url": "https://files.pythonhosted.org/packages/78/11/e6f581ff1131f7a660261027923b5b49acf92e66ef78a4aa0cdf1ef91fb4/scss_tools-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "957e1a3da36c489dff5f31bf7c7280d4", "sha256": "7d2178d7204affe3b3363c6800ce5d14fe4de1ffc55b41c505b3f78fe67db03d" }, "downloads": -1, "filename": "scss_tools-0.1.1.zip", "has_sig": false, "md5_digest": "957e1a3da36c489dff5f31bf7c7280d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93070, "upload_time": "2013-05-07T12:13:04", "url": "https://files.pythonhosted.org/packages/de/97/408f548366ff10402abbfe21ec11b9711a8c639075820d806209437229d4/scss_tools-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "957e1a3da36c489dff5f31bf7c7280d4", "sha256": "7d2178d7204affe3b3363c6800ce5d14fe4de1ffc55b41c505b3f78fe67db03d" }, "downloads": -1, "filename": "scss_tools-0.1.1.zip", "has_sig": false, "md5_digest": "957e1a3da36c489dff5f31bf7c7280d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93070, "upload_time": "2013-05-07T12:13:04", "url": "https://files.pythonhosted.org/packages/de/97/408f548366ff10402abbfe21ec11b9711a8c639075820d806209437229d4/scss_tools-0.1.1.zip" } ] }