{ "info": { "author": "Hong Minhee", "author_email": "minhee@dahlia.kr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Compilers" ], "description": "libsass: SASS_ for Python\n=========================\n\n.. image:: https://img.shields.io/pypi/v/libsass.svg\n :target: https://pypi.python.org/pypi/libsass\n :alt: The latest PyPI release\n\n.. image:: https://travis-ci.org/dahlia/libsass-python.svg?branch=python\n :target: https://travis-ci.org/dahlia/libsass-python\n :alt: Build Status\n\n.. image:: https://img.shields.io/coveralls/dahlia/libsass-python.svg\n :target: https://coveralls.io/r/dahlia/libsass-python\n :alt: Coverage Status\n\nThis package provides a simple Python extension module ``sass`` which is\nbinding Libsass_ (written in C/C++ by Hampton Catlin and Aaron Leung).\nIt's very straightforward and there isn't any headache related Python\ndistribution/deployment. That means you can add just ``libsass`` into\nyour ``setup.py``'s ``install_requires`` list or ``requirements.txt`` file.\nNeed no Ruby nor Node.js.\n\nIt currently supports CPython 2.6, 2.7, 3.3, 3.4, and PyPy 1.9+!\n\n.. _SASS: http://sass-lang.com/\n.. _Libsass: https://github.com/hcatlin/libsass\n\n\nInstall\n-------\n\nIt's available on PyPI_, so you can install it using ``pip`` (or\n``easy_install``):\n\n.. code-block:: console\n\n $ pip install libsass\n\nEvery release of libsass-python uses the most recent release of Libsass_.\nIf you want bleeding edge features of libsass master, try installing\nlibsass-unstable_ package instead:\n\n.. code-block:: console\n\n $ pip install libsass-unstable\n\n.. _PyPI: https://pypi.python.org/pypi/libsass\n.. _libsass-unstable: https://pypi.python.org/pypi/libsass-unstable\n\n\nExample\n-------\n\n.. code-block:: pycon\n\n >>> import sass\n >>> print sass.compile(string='a { b { color: blue; } }')\n a b {\n color: blue; }\n\n\nDocs\n----\n\nThere's the user guide manual and the full API reference for ``libsass``:\n\nhttp://dahlia.kr/libsass-python/\n\nYou can build the docs by yourself:\n\n.. code-block:: console\n\n $ cd docs/\n $ make html\n\nThe built docs will go to ``docs/_build/html/`` directory.\n\n\nCredit\n------\n\nHong Minhee wrote this Python binding of Libsass_.\n\nHampton Catlin and Aaron Leung wrote Libsass_, which is portable C/C++\nimplementation of SASS_.\n\nHampton Catlin originally designed SASS_ language and wrote the first\nreference implementation of it in Ruby.\n\nThe above three softwares are all distributed under `MIT license`_.\n\n.. _MIT license: http://mit-license.org/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/dahlia/libsass-python/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://dahlia.kr/libsass-python/", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "libsass-unstable", "package_url": "https://pypi.org/project/libsass-unstable/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/libsass-unstable/", "project_urls": { "Download": "https://github.com/dahlia/libsass-python/releases", "Homepage": "http://dahlia.kr/libsass-python/" }, "release_url": "https://pypi.org/project/libsass-unstable/0.4.220140530.cd3ee1cbe3/", "requires_dist": null, "requires_python": null, "summary": "SASS for Python: A straightforward binding of libsass for Python.", "version": "0.4.220140530.cd3ee1cbe3" }, "last_serial": 1108302, "releases": { "0.4.2-20140528-cd3ee1cbe3": [ { "comment_text": "", "digests": { "md5": "2f2057d240813e6f7208d9262882565a", "sha256": "3e36a2776225cee7a224f9f6145032887d482b824eff499def78047779830212" }, "downloads": -1, "filename": "libsass-unstable-0.4.2-20140528-cd3ee1cbe3.tar.gz", "has_sig": true, "md5_digest": "2f2057d240813e6f7208d9262882565a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104392, "upload_time": "2014-05-28T14:45:37", "url": "https://files.pythonhosted.org/packages/b6/0e/23cfd83baa02c47117b0b15101428e989e5d003430700df0fb116f532409/libsass-unstable-0.4.2-20140528-cd3ee1cbe3.tar.gz" } ], "0.4.2.20140529.cd3ee1cbe3": [ { "comment_text": "", "digests": { "md5": "a4eddd77c67ca55dfd1dae8519e6cae3", "sha256": "56b76a09fb722124937063b9749188e98ecf383edd3aaf46d675c2203f1026be" }, "downloads": -1, "filename": "libsass-unstable-0.4.2.20140529.cd3ee1cbe3.tar.gz", "has_sig": true, "md5_digest": "a4eddd77c67ca55dfd1dae8519e6cae3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104427, "upload_time": "2014-05-29T11:31:55", "url": "https://files.pythonhosted.org/packages/eb/88/0a8bd6d2cf5a4d1db2507d8b43bb77393047e2af9a945eb08f9bc9055c53/libsass-unstable-0.4.2.20140529.cd3ee1cbe3.tar.gz" } ], "0.4.220140530.cd3ee1cbe3": [ { "comment_text": "", "digests": { "md5": "5406e5cabb8f954e30625cf9d5d731af", "sha256": "3e23e8572e806928f70a85f72d4d53d9010c07c3a5dbc35599373266b6d42907" }, "downloads": -1, "filename": "libsass-unstable-0.4.220140530.cd3ee1cbe3.tar.gz", "has_sig": true, "md5_digest": "5406e5cabb8f954e30625cf9d5d731af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104342, "upload_time": "2014-05-30T01:55:43", "url": "https://files.pythonhosted.org/packages/af/14/d6885b34ff5ad232c48f364d0dc48a18edec6b2a3972bb918879bf4884a1/libsass-unstable-0.4.220140530.cd3ee1cbe3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5406e5cabb8f954e30625cf9d5d731af", "sha256": "3e23e8572e806928f70a85f72d4d53d9010c07c3a5dbc35599373266b6d42907" }, "downloads": -1, "filename": "libsass-unstable-0.4.220140530.cd3ee1cbe3.tar.gz", "has_sig": true, "md5_digest": "5406e5cabb8f954e30625cf9d5d731af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104342, "upload_time": "2014-05-30T01:55:43", "url": "https://files.pythonhosted.org/packages/af/14/d6885b34ff5ad232c48f364d0dc48a18edec6b2a3972bb918879bf4884a1/libsass-unstable-0.4.220140530.cd3ee1cbe3.tar.gz" } ] }