Source: breadability
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hugo6390@orange.fr>
Homepage: http://github.com/bookieio/breadability
Build-Depends: python-all (>= 2.6.6-3), 
               debhelper (>= 9), 
               python-nose, 
               pep8, 
               pylint, 
               python-coverage,
               python-lxml, 
               python-chardet
Standards-Version: 3.9.6
X-Python-Version: >= 2.4
Vcs-Git: git://anonscm.debian.org/python-modules/packages/breadability.git
Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/breadability.git

Package: python-breadability
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, 
         ${misc:Depends},  
         python-chardet, 
         python-lxml
Description: Python module that makes HTML documents more readable
 Python module that can clean up HTML documents to make them more
 easily readable.
 .
 This is fork of the python-readability module, cleaned up and with
 additional tests.
