Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python2-pytidylib

`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&otilde;o <img src="bar.jpg">''', options={'numeric-entities':1}) print document print errors

Found 1 sites for python2-pytidylib

Found 2 RPM for python2-pytidylib

PackageSummaryDistributionDownload
python2-pytidylib-0.3.2-bp153.1.17.noarch.htmlPython wrapper for HTML Tidy (tidylib) on Python 2 and 3OpenSuSE Leap 15.3 for noarchpython2-pytidylib-0.3.2-bp153.1.17.noarch.rpm
python2-pytidylib-0.3.2-lp152.1.1.noarch.htmlPython wrapper for HTML Tidy (tidylib) on Python 2 and 3OpenSuSE Leap 15.2 for noarchpython2-pytidylib-0.3.2-lp152.1.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet