A lightweight html rendering library


Keywords
html, widget, markup, mako, jinja2, tenjin, wheezy, template, preprocessor, python, rendering, widgets
License
MIT
Install
pip install wheezy.html==3.2.0

Documentation

wheezy.html

Build Status Coverage Status Documentation Status pypi version

wheezy.html is a python package written in pure Python code. It is a lightweight html widget library. Integrates with the following template systems:

It is optimized for performance, well tested and documented.

Resources:

Install

wheezy.html requires python version 3.8+. It is independent of operating system. You can install it from pypi site:

pip install -U wheezy.html

If you would like take a benefit of template preprocessing for Mako, Jinja2, Tenjin or Wheezy.Template engines specify extra requirements:

pip install wheezy.html[wheezy.template]

If you run into any issue or have comments, go ahead and add on github.