Metadata-Version: 2.1 Name: lxml-html-clean Version: 0.1.1 Summary: HTML cleaner from lxml project Home-page: https://github.com/fedora-python/lxml_html_clean/ Author: Lumír Balhar Author-email: lbalhar@redhat.com License: BSD-3-Clause Project-URL: Documentation, https://lxml-html-clean.readthedocs.io/ Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Description-Content-Type: text/markdown License-File: LICENSE.txt # lxml_html_clean ## Motivation This project was initially a part of [lxml](https://github.com/lxml/lxml). Because HTML cleaner is designed as blocklist-based, many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments. Therefore we decided to extract the problematic part to a separate project. ## Installation You can install this project directly via `pip install lxml_html_clean` or soon as an extra of lxml via `pip install lxml[html_clean]`. Both ways installs this project together with lxml itself. ## Documentation [https://lxml-html-clean.readthedocs.io/](https://lxml-html-clean.readthedocs.io/) ## License BSD-3-Clause