wheezy.template-python3
a lightweight template library (Python 3 package)
Install
- All systems
-
curl cmd.cat/wheezy.template-python3.sh
- Debian
-
apt-get install python3-wheezy.template
- Ubuntu
-
apt-get install python3-wheezy.template
- Kali Linux
-
apt-get install python3-wheezy.template
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-wheezy.template
- Raspbian
-
apt-get install python3-wheezy.template
- Dockerfile
- dockerfile.run/wheezy.template-python3
python3-wheezy.template
a lightweight template library (Python 3 package)
wheezy.template is a lightweight template library in pure Python 3 code. * Compact, expressive, clean: minimises the number of keystrokes required to build a template. * Intuitive, little time to learn: requires only basic Python programming skills plus HTML markup knowledge. * Do not repeat yourself: master layout templates for inheritance; include and import directives for maximum reuse. * Fast: maximum rendering performance.