File: control

package info (click to toggle)
breadability 0.1.20-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 300 kB
  • sloc: python: 1,713; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 (>= 9), 
               python-all (>= 2.6.6-3), 
               dh-python,
               python-setuptools,
               python-nose,
               pep8,
               pylint, 
               python-coverage,
               python-lxml, 
               python-chardet
Standards-Version: 3.9.7
X-Python-Version: >= 2.6
Homepage: https://github.com/bookieio/breadability
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/breadability.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/breadability.git

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.