https://github.com/akornatskyy/wheezy.html
A lightweight html rendering library
https://github.com/akornatskyy/wheezy.html
html python rendering wheezy widgets
Last synced: about 1 year ago
JSON representation
A lightweight html rendering library
- Host: GitHub
- URL: https://github.com/akornatskyy/wheezy.html
- Owner: akornatskyy
- License: mit
- Created: 2020-06-25T07:52:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T10:43:56.000Z (about 1 year ago)
- Last Synced: 2025-04-23T01:39:46.245Z (about 1 year ago)
- Topics: html, python, rendering, wheezy, widgets
- Language: Python
- Homepage: https://wheezyhtml.readthedocs.io/en/latest/
- Size: 498 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wheezy.html
[](https://travis-ci.org/akornatskyy/wheezy.html)
[](https://coveralls.io/github/akornatskyy/wheezy.html?branch=master)
[](https://wheezyhtml.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/wheezy.html)
[wheezy.html](https://pypi.org/project/wheezy.html) is a
[python](http://www.python.org) package written in pure Python code. It
is a lightweight html widget library. Integrates with the following
template systems:
- [Jinja2 Templates](http://jinja.pocoo.org)
- [Mako Templates](http://www.makotemplates.org)
- [Tenjin Templates](http://www.kuwata-lab.com/tenjin/)
- [Wheezy Templates](http://pypi.python.org/pypi/wheezy.template/)
It is optimized for performance, well tested and documented.
Resources:
- [source code](https://github.com/akornatskyy/src) and
[issues](https://github.com/akornatskyy/wheezy.html/issues) tracker are
available on [github](https://github.com/akornatskyy/wheezy.html)
- [documentation](https://wheezyhtml.readthedocs.io/en/latest/)
## Install
[wheezy.html](https://pypi.org/project/wheezy.html) requires
[python](http://www.python.org) version 3.9+. It is independent of operating
system. You can install it from [pypi](https://pypi.org/project/wheezy.html)
site:
```sh
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:
```sh
pip install wheezy.html[wheezy.template]
```
If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.html/issues).