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
|
Source: piexif
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-pil (>= 4.2.1),
python3-pytest,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/hMatoba/Piexif
Vcs-Git: https://salsa.debian.org/python-team/packages/piexif.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/piexif
Package: python3-piexif
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-pil (>= 4.2.1),
Description: pure-Python EXIF manipulation library
Piexif is an EXIF manipulation library in pure Python.
.
Piexif includes tools necessary for extracting, creating, manipulating,
converting and writing EXIF data to JPEG, WebP and TIFF files.
|