File: control

package info (click to toggle)
readability 0.8.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: python: 897; makefile: 37
file content (28 lines) | stat: -rw-r--r-- 1,160 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
Source: readability
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Henry-Nicolas Tourneur <debian@nilux.be>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-chardet,
               python3-cssselect,
               python3-lxml,
               python3-setuptools
Standards-Version: 4.5.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/buriy/python-readability
Vcs-Git: https://salsa.debian.org/python-team/packages/readability.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/readability

Package: python3-readability
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Pulls the main body of HTML document and cleans it up
 Given an HTML document, it pulls out the main body text and cleans it up.
 The module extract the main content of an HTML document, separating meaningful
 content pertaining the subject from cruft like navigation links, ads,
 footnotes and sidebar content.
 This Python module is based off the arc90 ruby readability project.