python-pytidylib

Python wrapper for HTML Tidy (tidylib) on Python 2 and 3

`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

openSUSE Leap 16.0 हेतु कोई आधिकारिक पैकेज उपलब्ध नहीं है

वितरण

openSUSE Tumbleweed

devel:languages:python अल्पविकसित
0.3.2

openSUSE Leap 16.0

devel:languages:python अल्पविकसित
0.3.2
devel:languages:python:backports अल्पविकसित
0.3.2

openSUSE Leap 15.6

devel:languages:python:backports अल्पविकसित
0.3.2

openSUSE Leap 15.5

devel:languages:python:backports अल्पविकसित
0.3.2

openSUSE Backports for SLE 15 SP7

devel:languages:python अल्पविकसित
0.3.2
devel:languages:python:backports अल्पविकसित
0.3.2

openSUSE Backports for SLE 15 SP4

devel:languages:python:backports अल्पविकसित
0.3.2

SUSE SLE-15-SP1

असमर्थित वितरण

निम्नलिखित वितरण आधिकारिक रूप से समर्थित नहीं हैं। इन पैकेज के उपयोग/प्रभाव का उत्तरदायित्व आप पर है।