File: control

package info (click to toggle)
html5lib 0.90-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 612 kB
  • ctags: 1,058
  • sloc: python: 9,275; makefile: 57; sh: 12
file content (20 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: html5lib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 5), python-all, dpatch
Build-Depends-Indep: python-support (>= 0.4), python-lxml, python-simplejson, python-chardet
Vcs-Svn: svn://svn.debian.org/python-modules/packages/html5lib/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/html5lib/trunk/
Homepage: http://code.google.com/p/html5lib/
Standards-Version: 3.8.3

Package: python-html5lib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-beautifulsoup, python-chardet, python-lxml | python-4suite-xml, python-genshi
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification
 html5lib is a pure-python library for parsing HTML. It is designed to
 conform to the HTML 5 specification, which has formalized the error handling
 algorithms of popular web browsers.