| 1 |
Source: html5lib
|
| 2 |
Section: python
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
|
| 5 |
Uploaders: Bernd Zeimetz <bzed@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 5), python-all, dpatch
|
| 7 |
Build-Depends-Indep: python-support (>= 0.4), python-lxml, python-celementtree, python-elementtree, python-simplejson, python-chardet
|
| 8 |
Vcs-Svn: svn://svn.debian.org/python-modules/packages/html5lib/trunk/
|
| 9 |
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/html5lib/trunk/
|
| 10 |
Homepage: http://code.google.com/p/html5lib/
|
| 11 |
Standards-Version: 3.7.3
|
| 12 |
|
| 13 |
Package: python-html5lib
|
| 14 |
Architecture: all
|
| 15 |
Depends: ${python:Depends}
|
| 16 |
Suggests: python-beautifulsoap, python-chardet, python-celementtree | python-elementtree, python-lxml | python-4suite-xml, python-genshi
|
| 17 |
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification
|
| 18 |
html5lib is a pure-python library for parsing HTML. It is designed to
|
| 19 |
conform to the HTML 5 specification, which has formalized the error handling
|
| 20 |
algorithms of popular web browsers.
|