Name : python-pytidylib
| |
Version : 0.2.4
| Vendor : obs://build_opensuse_org/devel:languages:python
|
Release : 3.1
| Date : 2016-11-21 13:41:38
|
Group : Development/Languages/Python
| Source RPM : python-pytidylib-0.2.4-3.1.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/python/openSUSE_Leap_42.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python-pytidylib
Requires :