lesscpy

LessCss Compiler for Python 2.x

Install

All systems
curl cmd.cat/lesscpy.sh
Debian Debian
apt-get install python-lesscpy
Ubuntu
apt-get install python-lesscpy
image/svg+xml Kali Linux
apt-get install python-lesscpy
Fedora
dnf install python-lesscpy
Windows (WSL2)
sudo apt-get update sudo apt-get install python-lesscpy
Raspbian
apt-get install python-lesscpy

python-lesscpy

LessCss Compiler for Python 2.x

Lesscpy is a compiler written in Python for the lesscss language. It is very useful if node.js can't be installed in the environment. Not all features of lesscss are supported (yet). Some features wil probably never be supported (JavaScript evaluation). This program uses PLY (Python Lex-Yacc) to tokenize/parse the input and is considerably slower than the nodejs compiler. This package provides the Python 2.x module.

python2-lesscpy

A compiler written in python 3 for the lesscss language. For

those of us not willing/able to have node.js installed in our environment. Not all features of lesscss are supported (yet). Some features wil probably never be supported (JavaScript evaluation).

python3-lesscpy

LessCss Compiler for Python 3.x

Lesscpy is a compiler written in Python for the lesscss language. It is very useful if node.js can't be installed in the environment. Not all features of lesscss are supported (yet). Some features wil probably never be supported (JavaScript evaluation). This program uses PLY (Python Lex-Yacc) to tokenize/parse the input and is considerably slower than the nodejs compiler. This package provides the Python 3.x module.