Source: breadability
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper-compat (= 12),
               python-all (>= 2.6.6-3),
               dh-python,
               python-setuptools,
               python-nose,
               pep8,
               pylint,
               python-coverage,
               python-lxml,
               python-chardet
Standards-Version: 4.4.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/bookieio/breadability
Vcs-Git: https://salsa.debian.org/python-team/modules/breadability.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/breadability

Package: python-breadability
Architecture: all
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.
