1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: elementtidy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>
Build-Depends: cdbs (>= 0.4.49), patchutils (>= 0.2.25), debhelper (>= 5.0.37.2), python-all-dev (>= 2.6.6-3~), dh-python, libtidy-dev
Standards-Version: 3.8.3
XS-Python-Version: >= 2.5
Homepage: http://effbot.org/zone/element-tidylib.htm
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/elementtidy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/elementtidy/trunk/
Package: python-elementtidy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: An HTML tree builder for ElementTree based on Tidy
The ElementTidy parser can read (almost) arbitrary
HTML files, and turn them into well-formed element trees.
This parser uses a library version of Dave Raggett's
HTML Tidy utility to fix any problems with the HTML before
converting it to XHTML (the XML version of HTML).
|