Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Package for building html pages

Project description

version travis coveralls license

Korona helps you to generate HTML pages from the given inputs(HTML Tags and Attributes) without writing the HTML code.

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>

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page