Name : python311-pytidylib
| |
Version : 0.3.2
| Vendor : openSUSE
|
Release : 2.14
| Date : 2022-01-11 22:10:53
|
Group : Development/Languages/Python
| Source RPM : python-pytidylib-0.3.2-2.14.src.rpm
|
Size : 0.03 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Python wrapper for HTML Tidy (tidylib) on Python 2 and 3
|
Description :
`PyTidyLib`_ is a Python package that wraps the `HTML Tidy`_ library. This allows you, from Python code, to \"fix\" invalid (X)HTML markup. Some of the library\'s many capabilities include:
* Clean up unclosed tags and unescaped characters such as ampersands * Output HTML 4 or XHTML, strict or transitional, and add missing doctypes * Convert named entities to numeric entities, which can then be used in XML documents without an HTML doctype. * Clean up HTML from programs such as Word (to an extent) * Indent the output, including proper (i.e. no) indenting for ``pre`` elements, which some (X)HTML indenting code overlooks.
Small example of use ====================
The following code cleans up an invalid HTML document and sets an option::
from tidylib import tidy_document document, errors = tidy_document(\'\'\'< p>fõo < img src=\"bar.jpg\">\'\'\', options={\'numeric-entities\':1}) print document print errors
|
RPM found in directory: /vol/rzm3/linux-opensuse/tumbleweed/repo/oss/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python3-pytidylib
python3.11dist(pytidylib)
python311-pytidylib
python3dist(pytidylib)
Requires :