koala-html

A simple HTML page generator


License
MIT
Install
pip install koala-html==0.1.0

Documentation

Koala HTML

Package containing simple tools for html page generation.

Installation

Release version

$ pip install koala_html

From source

$ pip install .

Usage

See

$ koala_table --help

Creating a new release

$ git tag koala-html-vX.Y.Z
$ twine upload dist/koala_html-X.Y.Z.tar.gz