SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-pytidylib rpm build for : openSUSE Leap 42. For other distributions click python-pytidylib.

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

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python-pytidylib

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1
libtidy5


Content of RPM :
/usr/lib/python2.7/site-packages/pytidylib-0.2.4-py2.7.egg-info
/usr/lib/python2.7/site-packages/tidylib
/usr/lib/python2.7/site-packages/tidylib/__init__.py
/usr/lib/python2.7/site-packages/tidylib/__init__.pyc
/usr/lib/python2.7/site-packages/tidylib/sink.py
/usr/lib/python2.7/site-packages/tidylib/sink.pyc
/usr/share/doc/packages/python-pytidylib
/usr/share/doc/packages/python-pytidylib/LICENSE
/usr/share/doc/packages/python-pytidylib/README

 
ICM