Title: python3.6-markupsafe.tcz Description: HTML string handling library for Python Version: 2.0.1 Author: Armin Ronacher Original-site: https://palletsprojects.com/p/markupsafe/ Copying-policy: BSD License (BSD-3-Clause) Size: 16K Extension_by: juanito Tags: python3 markupsafe html unicode subclass Comments: MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. Escaping is implemented in C so it is as efficient as possible. Change-log: 2019/11/12 first version 1.0 (juanito) 2022/03/20 python3.6 update to later verion, 2.0.1 (rhermsen) Current: 2022/03/20 python3.6 update to later verion, 2.0.1 (rhermsen)