Metadata-Version: 2.4
Name: webcode-tk
Version: 1.2.7
Summary: A set of tools for inspecting HTML and CSS code
License: MIT
License-File: LICENSE.rst
Keywords: html,validation,css
Author: hundredvisionsguy
Author-email: cwinikka@gmail.com
Requires-Python: >=3.9.0,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: file-clerk (>=1.0.9,<2.0.0)
Requires-Dist: lxml (>=6.0.0,<7.0.0)
Requires-Dist: mechanicalsoup (>=1.4.0,<2.0.0)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: py-readability-metrics (>=1.4.5,<2.0.0)
Requires-Dist: pytest-mock (>=3.15.1,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: textatistic (>=0.0.1,<0.0.2)
Requires-Dist: tinycss2 (>=1.4.0,<2.0.0)
Project-URL: Documentation, https://hundredvisionsguy.github.io/webcode-tk/
Project-URL: Homepage, https://github.com/HundredVisionsGuy/webcode-tk
Project-URL: Repository, https://github.com/HundredVisionsGuy/webcode-tk
Description-Content-Type: text/x-rst

webcode-toolkit (webcode-tk)
============================

A set of tools for inspecting HTML and CSS code for validity and other
various checks, such as semantics or required elements.

