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
|
Source: archmage
Section: utils
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-bs4,
python3-chm (>= 0.8.6-2),
python3-pytest <!nocheck>,
python3-setuptools,
python3-sgmllib3k,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/python-team/packages/archmage.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/archmage
Homepage: https://github.com/dottedmag/archmage/
Testsuite: autopkgtest-pkg-python
Package: archmage
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
python3-bs4,
python3-chm (>= 0.8.6-2),
python3-sgmllib3k,
Suggests: elinks | links, htmldoc
Description: CHM (Compiled HTML) Decompressor
arCHMage is a reader and decompiler for files in the CHM format. This is the
format used by Microsoft HTML Help, and is also known as Compiled HTML.
.
arCHMage provides the following features:
- Extracting CHM content to set of HTML, CSS files and images
- Dumping HTML data from CHM as a plain text
|