Source: pyexiftool Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Jeffrey Ratcliffe Build-Depends: debhelper-compat (= 13), python3-all, python3-setuptools, dh-python, Standards-Version: 4.7.2 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: ${shlibs:Depends}, ${misc:Depends}, python3 (>= 3.6), libimage-exiftool-perl, python3-toml 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.