Skip to main content

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.3.1

  • Added validation for URL strings in constructing the tags.

v0.3.0

  • 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>

Caveats:

  • Korona has no ability to construct inner tags for now. (For ex. <address><p>Hi There</p></address>)

  • Korona will be added with constructing the inner tags in the future releases.

v0.2.0

  • 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>

Caveats:

  • Korona has no ability to construct inner tags for now. (For ex. <address><p>Hi There</p></address>)

  • Korona will be added with constructing the inner tags in the future releases.

v0.1.0

  • 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>

Caveats:

  • Korona has no ability to construct inner tags for now. (For ex. <address><p>Hi There</p></address>)

  • Korona will be added with constructing the inner tags in the future releases.

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

korona-0.3.1.tar.gz (32.8 kB view hashes)

Uploaded Source

Built Distribution

korona-0.3.1-py2.py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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