# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-bleach VERSION= 6.1.0 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Easy safelist-based HTML-sanitizing tool (3.11) SDESC[v12]= Easy safelist-based HTML-sanitizing tool (3.12) HOMEPAGE= https://github.com/mozilla/bleach CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14 DISTFILE[1]= bleach-6.1.0-py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe shebangfix DISTNAME= bleach-6.1.0.dist-info CPE_PRODUCT= bleach CPE_VENDOR= mozilla SHEBANG_FILES= stage{{PYTHON_SITELIBDIR}}/bleach/_vendor/vendor_install.sh GENERATED= yes [PY311].RUN_DEPENDS_ON= python-six:single:v11 python-webencodings:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-six:single:v12 python-webencodings:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:2752:descriptions/desc.single] ====== Bleach ====== **NOTE: 2023-01-23: Bleach is deprecated.** See issue: ``__ Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes. Bleach can also linkify text safely, applying filters that Django's urlize filter cannot, and optionally setting rel attributes, even on links already in the text. Bleach is intended for sanitizing text from *untrusted* sources. If you find yourself jumping through hoops to allow your site administrators to do lots of things, you're probably outside the use cases. Either trust those users, or don't. Because it relies on html5lib_, Bleach is as good as modern browsers at dealing with weird, quirky HTML fragments. And *any* of Bleach's methods will fix unbalanced or mis-nested tags. The version on GitHub_ is the most up-to-date and contains the latest bug fixes. You can find full documentation on `ReadTheDocs`_. :Code: https://github.com/mozilla/bleach :Documentation: https://bleach.readthedocs.io/ :Issue tracker: https://github.com/mozilla/bleach/issues :License: Apache License v2; see LICENSE file Reporting Bugs ============== For regular bugs, please report them [in our issue tracker ]. If you believe that you've found a security vulnerability, please [file a secure bug report in our bug tracker ] or send an email to *security AT mozilla DOT org*. For more information on security-related bug disclosure and the PGP key to use for sending encrypted mail or to verify responses received from that address, please read our wiki page at ``_. Security ======== Bleach is a security-focused library. We have a responsible security vulnerability reporting process. Please use that if you're reporting a security issue. Security issues are fixed in private. After we land such a fix, we'll do a release. For every release, we mark security issues we've fixed in the CHANGES in the **Security issues** section. We include any relevant CVE links. Installing Bleach ================= Bleach is available on PyPI_, so you can install it with pip:: $ pip install bleach Upgrading Bleach ================ .. warning:: Before doing any upgrades, read through [Bleach Changes ] for backwards incompatible changes, newer versions, etc. Bleach follows `semver 2`_ versioning. Vendored libraries will not be changed in patch releases. Basic use ========= The simplest way to use Bleach is: .. code-block:: python >>> import bleach >>> bleach.clean('an example') u'an <script>evil()</script> example' >>> bleach.linkify('an http://example.com url') [FILE:108:distinfo] 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 162750 bleach-6.1.0-py3-none-any.whl