Metadata-Version: 2.1
Name: htmltaglib
Version: 1.2.1
Summary: Designed to be an easy-to-implement HTML Element source for Bottle (and other) projects.
Project-URL: Homepage, https://github.com/micahhanevich/HTMLTagLib
Project-URL: Bug Tracker, https://github.com/micahhanevich/HTMLTagLib/issues
Author-email: Micah J Hanevich <micahjhanevich@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

### HTMLTagLib by Micah Hanevich (Swordsman300) <br>
This Module / Library is designed to be an easy-to-implement HTML Element source for Bottle (and other) projects. <br>
HTML Element Definitions and Documentation pulled from [W3Schools' HTML Reference](https://www.w3schools.com/tags/default.asp). <br>
Intended for use with HTML5 and a [Python Bottle Framework](https://bottlepy.org/docs/dev/).
