Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T05:36:09.000Z (3 months ago)
- Last Synced: 2024-11-08T17:52:52.203Z (about 2 months ago)
- Topics: html, python, rendering, wheezy, widgets
- Language: Python
- Homepage: https://wheezyhtml.readthedocs.io/en/latest/
- Size: 489 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
[![Build Status](https://travis-ci.org/akornatskyy/wheezy.html.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.html)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.html/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.html?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezyhtml/badge/?version=latest)](https://wheezyhtml.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.html.svg)](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).