python2-lesscpy
LessCss Compiler for Python 2.x
Install
- All systems
-
curl cmd.cat/python2-lesscpy.sh
- Debian
-
apt-get install python-lesscpy
- Ubuntu
-
apt-get install python-lesscpy
- 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
- Dockerfile
- dockerfile.run/python2-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.