{
"info": {
"author": "Bharadwaj Yarlagadda",
"author_email": "yarlagaddabharadwaj@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "******\nkorona\n******\n\n|version| |travis| |coveralls| |license|\n\nKorona helps you to generate HTML pages from the given inputs(HTML Tags and Attributes) without writing the HTML code.\n\nLinks\n=====\n\n- Project: https://github.com/bharadwajyarlagadda/korona\n- Documentation: http://korona.readthedocs.io\n- Pypi: https://pypi.python.org/pypi/korona\n- TravisCI: https://travis-ci.org/bharadwajyarlagadda/korona\n\nFeatures\n========\n\n- Supported on Python 2.7 and Python 3.3+\n- With this package, you can avoid writing direct HTML code.\n\nQuickstart\n==========\n\nInstall using pip:\n\n::\n\n pip install korona\n\n\n.. |version| image:: https://img.shields.io/pypi/v/korona.svg?style=flat-square\n :target: https://pypi.python.org/pypi/korona/\n\n.. |travis| image:: https://img.shields.io/travis/bharadwajyarlagadda/korona/master.svg?style=flat-square\n :target: https://travis-ci.org/bharadwajyarlagadda/korona\n\n.. |coveralls| image:: https://img.shields.io/coveralls/bharadwajyarlagadda/korona/master.svg?style=flat-square\n :target: https://coveralls.io/r/bharadwajyarlagadda/korona\n\n.. |license| image:: https://img.shields.io/pypi/l/korona.svg?style=flat-square\n :target: https://pypi.python.org/pypi/korona/\n\n\nChangelog\n=========\n\n\nv0.4.2 (2016-09-24)\n-------------------\n\nAdded\n^^^^^\n\n- Added classes for building some of the tags:\n\n - ````\n\n\nv0.4.1 (2016-09-16)\n-------------------\n\nChanged\n^^^^^^^\n\n- Moved all the templates for html tags from ``templates/html/tags.py`` to ``templates/html/tags/``\n\n\nv0.4.0 (2016-09-15)\n-------------------\n\nAdded\n^^^^^\n\n- Added classes for building some of the tags:\n\n - ````\n - ````\n - ````\n - ````\n\nChanged\n^^^^^^^\n\n- Moved all the classes for constructing tags to separate files for easy accessibility.\n\n\nv0.3.1 (2016-09-05)\n-------------------\n\nAdded\n^^^^^\n\n- Added validation for URL strings in constructing the tags.\n\n\nv0.3.0 (2016-09-04)\n-------------------\n\nAdded\n^^^^^\n\n- Added classes for building some of the tags:\n\n - ``