{ "info": { "author": "Sergey Kirilov", "author_email": "sergey.kirillov@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Python binding for libsass\n==========================\n\n|BuildStatus|\n\n.. |BuildStatus| image:: https://secure.travis-ci.org/pistolero/python-scss.png?branch=master\n :target: https://travis-ci.org/pistolero/python-scss\n :alt: Build status\n\nUsage\n-----\n\n.. code:: python\n\n >>> import sass\n >>> sass.compile_string(\"div { a { color: black}}\")\n 'div a {\\n color: black; }\\n'\n\n\nInstallation\n------------\n\n.. code:: sh\n\n pip install sass\n\n\nCompatibility\n-------------\n\nTested with Python 2.7 and Python 3.2/3.3\n\n\nDevelopment\n-----------\n\nSteps to compile and install:\n\n.. code:: sh\n\n sudo pip install Cython\n git submodule init\n git submodule update\n cd libsass\n git submodule init\n git submodule update\n cd ..\n make\n sudo python setup.py develop\n\nIf you want to use an alternate `python`, you'll have to edit the `Makefile` or execute those commands from activated virtualenv.\n\n\n\nHow to contribute\n-----------------\n\nIt is easy. Fork repo on GitHub, fix stuff and send me nice looking pull-request.\n\n\n.. image:: https://d2weczhvl823v0.cloudfront.net/pistolero/python-scss/trend.png\n :alt: Bitdeli badge\n :target: https://bitdeli.com/free", "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/pistolero/python-scss", "keywords": "sass scss libsass", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "sass", "package_url": "https://pypi.org/project/sass/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sass/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pistolero/python-scss" }, "release_url": "https://pypi.org/project/sass/2.3/", "requires_dist": null, "requires_python": null, "summary": "Python bindings for libsass", "version": "2.3" }, "last_serial": 1226491, "releases": { "2.1.0.1": [ { "comment_text": "", "digests": { "md5": "af1a9bc37e88484beed256df9fadf436", "sha256": "75952f41d99360db786ce936f25a3f35d7df14db2ef15f057455b1200338ff44" }, "downloads": -1, "filename": "sass-2.1.0.1.tar.gz", "has_sig": false, "md5_digest": "af1a9bc37e88484beed256df9fadf436", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106995, "upload_time": "2014-04-10T19:15:33", "url": "https://files.pythonhosted.org/packages/84/bd/9fd69321deab19281b624eca841614038dbdb062be3bcea35a44d9a8cdef/sass-2.1.0.1.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "e1e2bc00bf88da9901c32b827aa11018", "sha256": "02f93705c7db4d7b2d753f3c6a6ade2ec18adb4cf9535dccad884d5125f9aa92" }, "downloads": -1, "filename": "sass-2.2.tar.gz", "has_sig": false, "md5_digest": "e1e2bc00bf88da9901c32b827aa11018", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107106, "upload_time": "2014-04-10T19:22:44", "url": "https://files.pythonhosted.org/packages/f1/72/91780aac49fb3895a4bb69173970912fee92a47632b27d309efdd18e6872/sass-2.2.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "6fd42dcf6b472d0a8227e66d56165977", "sha256": "c7e7475ffc6eaadc510516c76cfdb86aaed9b981ff41c2fd1543030bee26332b" }, "downloads": -1, "filename": "sass-2.3.tar.gz", "has_sig": false, "md5_digest": "6fd42dcf6b472d0a8227e66d56165977", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126328, "upload_time": "2014-09-16T12:39:57", "url": "https://files.pythonhosted.org/packages/9d/e6/fa54218308bc2fc4994010513dd3a4078c7f8fc791d50fa033d9fd91c1f8/sass-2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6fd42dcf6b472d0a8227e66d56165977", "sha256": "c7e7475ffc6eaadc510516c76cfdb86aaed9b981ff41c2fd1543030bee26332b" }, "downloads": -1, "filename": "sass-2.3.tar.gz", "has_sig": false, "md5_digest": "6fd42dcf6b472d0a8227e66d56165977", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126328, "upload_time": "2014-09-16T12:39:57", "url": "https://files.pythonhosted.org/packages/9d/e6/fa54218308bc2fc4994010513dd3a4078c7f8fc791d50fa033d9fd91c1f8/sass-2.3.tar.gz" } ] }