python3-lesscpy
LessCss Compiler for Python 3.x
Install
- All systems
-
curl cmd.cat/python3-lesscpy.sh
- Debian
-
apt-get install python3-lesscpy
- Ubuntu
-
apt-get install python3-lesscpy
- Kali Linux
-
apt-get install python3-lesscpy
- Fedora
-
dnf install python3-lesscpy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-lesscpy
- Raspbian
-
apt-get install python3-lesscpy
- Dockerfile
- dockerfile.run/python3-lesscpy
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.