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.
