Package for building html pages
Project description
Korona helps you to generate HTML pages from the given inputs(HTML Tags and Attributes) without writing the HTML code.
Links
Documentation: http://korona.readthedocs.io
Features
Supported on Python 2.7 and Python 3.3+
With this package, you can avoid writing direct HTML code.
Quickstart
Install using pip:
pip install korona
Changelog
v0.4.2 (2016-09-24)
Added
Added classes for building some of the tags:
<input>
v0.4.1 (2016-09-16)
Changed
Moved all the templates for html tags from templates/html/tags.py to templates/html/tags/
v0.4.0 (2016-09-15)
Added
Added classes for building some of the tags:
<html></html>
<i></i>
<iframe></iframe>
<img>
Changed
Moved all the classes for constructing tags to separate files for easy accessibility.
v0.3.1 (2016-09-05)
Added
Added validation for URL strings in constructing the tags.
v0.3.0 (2016-09-04)
Added
Added classes for building some of the tags:
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<head></head>
<header></header>
<hr>
v0.2.0 (2016-09-03)
Added
Added classes for building some of the tags:
<colgroup></colgroup>
<dd></dd>
<del></del>
<details></details>
<dialog></dialog>
<div></div>
<dl></dl>
<dt></dt>
<embed>
<fieldset></fieldset>
<figure></figure>
<footer></footer>
<form></form>
<frame>
<frameset></frameset>
v0.1.0 (2016-08-28)
Added
First release.
Added classes for building some of the tags:
<a></a>
<abbr></abbr>
<acronym></acronym>
<address></address>
<area>
<article></article>
<b></b>
<base>
<button></button>
<canvas></canvas>
<caption></caption>
<cite></cite>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for korona-0.4.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a8e5bb237d4328feddd91d58fa4d5d8b0f25d16d0030a2d61beb684ec997704 |
|
MD5 | 4292127c7db0bb0698ecb859d458678b |
|
BLAKE2b-256 | 2bc66b38193a8b498e2f300933248c61278fec6f9a9a2079a366b2cfc3083792 |