Metadata-Version: 2.0
Name: less2sass
Version: 0.1.0
Summary: Python package that will convert valid less code into sass code.
Home-page: https://github.com/sydhenry/less2sass
Author: Sydney Henry
Author-email: shenry@handycodejob.com
License: ISCL
Keywords: less2sass
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: click (<5.0)

===============================
less2sass
===============================

.. image:: https://img.shields.io/travis/sydhenry/less2sass.svg
        :target: https://travis-ci.org/sydhenry/less2sass
        :alt: Travis Build

.. image:: https://img.shields.io/pypi/v/less2sass.svg
        :target: https://pypi.python.org/pypi/less2sass
        :alt: PyPi version

.. image:: https://readthedocs.org/projects/less2sass/badge/?version=latest
        :target: http://less2sass.readthedocs.org/en/latest/?badge=latest
        :alt: Documentation Status


Python package that will convert valid less code into sass code.

* Free software: ISC license
* Documentation: https://less2sass.readthedocs.org.

Features
--------

* TODO




History
-------

0.1.0 (2015-09-18)
---------------------

* First release on PyPI.


