python-tidylib 0.2.1~dfsg-2ubuntu2 source package in Ubuntu

Changelog

python-tidylib (0.2.1~dfsg-2ubuntu2) saucy; urgency=low

  * debian/control: And add a libtidy build-dependency for the
    benefit of tests

python-tidylib (0.2.1~dfsg-2ubuntu1) saucy; urgency=low

  * debian/rules: Run upstream tests at build time.
 -- Michael Terry <email address hidden>   Tue, 04 Jun 2013 09:55:34 -0400

Upload details

Uploaded by:
Michael Terry
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-tidylib_0.2.1~dfsg.orig.tar.gz 9.5 KiB cac5a03e2013e94fa69adee41c74bf28a56090d5de3ce7d7fadc96674d171e04
python-tidylib_0.2.1~dfsg-2ubuntu2.debian.tar.gz 3.2 KiB f1ebc0cd3d4811c6d3e8c3cd9e507848ac4190e575e9099c6a11bdf8f75e35bd
python-tidylib_0.2.1~dfsg-2ubuntu2.dsc 1.7 KiB 49121b177e32b57185fc4b641b2ceb59951dd2a7d06be039ea042daca39ff35c

View changes file

Binary packages built by this source

python-tidylib: Python wrapper for HTML Tidy (tidylib)

 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.