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
|
Source: pyexiftool
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jeffrey Ratcliffe <jjr@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/sylikc/pyexiftool
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyexiftool
Vcs-Git: https://salsa.debian.org/python-team/packages/pyexiftool.git
Package: python3-exiftool
Architecture: all
Depends:
libimage-exiftool-perl,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python library to communicate with ExifTool
The library provides the class exiftool.ExifTool that runs the command-
line tool in batch mode and features methods to send commands to that
program, including methods to extract meta-information from one or more
image files. Since exiftool is run in batch mode, only a single
instance needs to be launched and can be reused for many queries. This
is much more efficient than launching a separate process for every
single query.
|