软件包:python3-bleach(3.2.1-2.1)
python3-bleach 的相关链接
Debian 的资源:
下载源码包 python-bleach:
- [python-bleach_3.2.1-2.1.dsc]
- [python-bleach_3.2.1.orig.tar.xz]
- [python-bleach_3.2.1-2.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
whitelist-based HTML-sanitizing library (Python 3)
Bleach is an HTML sanitizing library that escapes or strips markup and attributes based on a white list. 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.
This is the Python 3 version of the package.
其他与 python3-bleach 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-html5lib (>= 1.0.1~)
- HTML parser/tokenizer based on the WHATWG HTML5 specification
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-six (>= 1.9.0)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-webencodings
- Python implementation of the WHATWG Encoding standard
-
- sug: python-bleach-doc
- whitelist-based HTML-sanitizing library (common documentation)