File: control

package info (click to toggle)
python-html2text 2018.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 744 kB
  • sloc: python: 1,600; sh: 94; makefile: 12
file content (47 lines) | stat: -rw-r--r-- 1,775 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-html2text
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all (>= 2.6.5-13~),
 python-setuptools,
 python3-all (>= 3.1.2-12~),
 python3-setuptools
Standards-Version: 4.1.3
Homepage: https://alir3z4.github.io/html2text
Vcs-Git: https://salsa.debian.org/python-team/modules/python-html2text.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-html2text
Rules-Requires-Root: no
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.2

Package: python-html2text
Architecture: all
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Recommends: python-feedparser
Breaks: html2markdown (<< 3.200.3-3)
Replaces: html2markdown (<< 3.200.3-3)
Description: Python module for converting HTML to Markdown text
 html2text is a Python module that converts a page of HTML into clean,
 easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
 valid Markdown (a text-to-HTML format).
 .
 This package contains the Python 2 version of the library, and a script,
 html2markdown.

Package: python3-html2text
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Recommends: python3-feedparser
Breaks: html2markdown (<< 3.200.3-3)
Replaces: html2markdown (<< 3.200.3-3)
Description: Python module for converting HTML to Markdown text (Python3 version)
 html2text is a Python module that converts a page of HTML into clean,
 easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
 valid Markdown (a text-to-HTML format).
 .
 This package contains the Python 3 version of the library, and a script,
 html2markdown.