1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libextractor-python
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://www.gnu.org/software/libextractor/
Vcs-Browser: https://salsa.debian.org/debian/libextractor-python
Vcs-Git: https://salsa.debian.org/debian/libextractor-python.git
Package: python3-extractor
Architecture: all
Depends: libextractor3,
${misc:Depends},
${python3:Depends},
Description: extracts meta-data from files of arbitrary type (Python bindings)
GNU libextractor provides developers of file-sharing networks, file managers,
and WWW-indexing bots with a universal library to obtain meta-data about files.
.
This package contains the Python bindings.
|