Skip to main content

Python interface to libexiv2

Project description

python-exiv2 is a low level interface (or binding) to the exiv2 C++ library. It is built using SWIG to automatically generate the interface code. The intention is to give direct access to all of the top-level classes in libexiv2, but with additional “Pythonic” helpers where necessary. Not everything in libexiv2 is available in the Python interface. If you need something that’s not there, please let me know.

Introduction

There are several other ways to access libexiv2 from within Python. The first one I used was pyexiv2 (old). After its development ceased I moved on to using gexiv2 and PyGObject. This works well, providing a Metadata object with high level functions such as set_tag_string and set_tag_multiple to get and set metadata values.

A more recent development is pyexiv2 (new). This new project is potentially very useful, providing a simple interface with functions to read and modify metadata using Python dict parameters.

For more complicated metadata operations I think a lower level interface is required, which is where this project comes in. Here is an example of its use:

Python 3.6.12 (default, Dec 02 2020, 09:44:23) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import exiv2
>>> image = exiv2.ImageFactory.open('IMG_0211.JPG')
>>> image.readMetadata()
>>> data = image.exifData()
>>> data['Exif.Image.Artist']._print()
'Jim Easterbrook'
>>>

Please see USAGE.rst for more help with using the Python interface to libexiv2.

Transition to libexiv2 v0.28.x

Before python-exiv2 v0.16 the “binary wheels” available from PyPI incorporated libexiv2 v0.27.7 or earlier. Binary wheels for python-exiv2 v0.16.0 incorporate libexiv2 v0.28.1, and those for for python-exiv2 v0.16.1 incorporate libexiv2 v0.27.7. This allows you to test your software with the new version of libexiv2 by explicitly installing python-exiv2 v0.16.0:

$ pip install --user python-exiv2==0.16.0

There are some changes in the libexiv2 API between v0.27.7 and v0.28.x. Future versions of python-exiv2 will all incorporate libexiv2 v0.28.x, so please test your software with the changed API.

Documentation

The libexiv2 library is well documented for C++ users, in Doxygen format. Recent versions of SWIG can convert this documentation to pydoc format in the Python interface:

$ pydoc3 exiv2.Image.readMetadata
Help on method_descriptor in exiv2.Image:

exiv2.Image.readMetadata = readMetadata(...)
    Read all metadata supported by a specific image format from the
        image. Before this method is called, the image metadata will be
        cleared.

    This method returns success even if no metadata is found in the
    image. Callers must therefore check the size of individual metadata
    types before accessing the data.

    :raises: Error if opening or reading of the file fails or the image
            data is not valid (does not look like data of the specific image
            type).

Unfortunately some documentation gets lost in the manipulations needed to make a useful interface. The C++ documentation is still needed in these cases.

Support for bmff files (e.g. CR3, HEIF, HEIC, AVIF, JPEG XL)

Python-exiv2 from version 0.8.3 onwards is built with support for BMFF files. In order to use BMFF files in your Python program you need to call the enableBMFF function. Please read the Exiv2 statement on BMFF patents before doing so.

Installation

Python “binary wheels” are available for Windows, Linux, and MacOS. These include the libexiv2 library and should not need any other software to be installed. They can be installed with Python’s pip package. For example, on Windows:

C:\Users\Jim>pip install exiv2

or on Linux or MacOS:

$ pip3 install --user exiv2

If the available wheels are not compatible with your operating system or Python version then pip will download the python-exiv2 source and attempt to compile it. For more information, and details of how to compile python-exiv2 and libexiv2, see INSTALL.rst.

Problems?

Please email jim@jim-easterbrook.me.uk if you find any problems (or solutions!).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exiv2-0.16.0.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

exiv2-0.16.0-cp312-cp312-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.12Windows x86-64

exiv2-0.16.0-cp312-cp312-manylinux_2_28_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

exiv2-0.16.0-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

exiv2-0.16.0-cp312-cp312-macosx_10_15_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

exiv2-0.16.0-cp311-cp311-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.11Windows x86-64

exiv2-0.16.0-cp311-cp311-manylinux_2_28_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

exiv2-0.16.0-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

exiv2-0.16.0-cp311-cp311-macosx_10_15_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

exiv2-0.16.0-cp310-cp310-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.10Windows x86-64

exiv2-0.16.0-cp310-cp310-manylinux_2_28_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

exiv2-0.16.0-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

exiv2-0.16.0-cp310-cp310-macosx_10_15_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

exiv2-0.16.0-cp39-cp39-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.9Windows x86-64

exiv2-0.16.0-cp39-cp39-manylinux_2_28_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

exiv2-0.16.0-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

exiv2-0.16.0-cp39-cp39-macosx_10_15_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

exiv2-0.16.0-cp38-cp38-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.8Windows x86-64

exiv2-0.16.0-cp38-cp38-manylinux_2_28_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

exiv2-0.16.0-cp38-cp38-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

exiv2-0.16.0-cp38-cp38-macosx_10_15_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

exiv2-0.16.0-cp37-cp37m-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

exiv2-0.16.0-cp37-cp37m-manylinux_2_28_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ x86-64

exiv2-0.16.0-cp37-cp37m-macosx_10_15_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

exiv2-0.16.0-cp36-cp36m-win_amd64.whl (6.1 MB view details)

Uploaded CPython 3.6mWindows x86-64

exiv2-0.16.0-cp36-cp36m-manylinux_2_28_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.28+ x86-64

exiv2-0.16.0-cp36-cp36m-macosx_10_15_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.6mmacOS 10.15+ x86-64

File details

Details for the file exiv2-0.16.0.tar.gz.

File metadata

  • Download URL: exiv2-0.16.0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0.tar.gz
Algorithm Hash digest
SHA256 bbb5f4b2b9fa984ea6f88bcfd6443fbbb93baab47cf384c29d30c00b43853311
MD5 a4a80aeedd08d8813e70f36418322f85
BLAKE2b-256 ca3018a70b5ace0256dc1e6d6c6301a261612e28ab7fec6264aa91f973a6beed

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 201b760e5657b545732e2579751240edea19a4245bf697e93b918a0ab4fc17ea
MD5 afd076da00486164c23f2ddfccbdc368
BLAKE2b-256 11202c731ff8bdc4af00b6ec2060653379e583242135d3fdf87cc048089463a3

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp312-cp312-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41ae15ffa6c2511dcb1ae704c66796689ca61ee474eefa64af5ba928d6308b67
MD5 a56a674593f1a57fc839c343e990844f
BLAKE2b-256 35214a54e2934a6103ba1f189b370ddf8151a6dd0d80c25e70b7d2a00c9bc76f

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c09df6f729bb8ea92656351af8da7b9d4a3367103385b542f14369caf5d152b2
MD5 7430fb20c9b9ac6594e506da5622161a
BLAKE2b-256 e5cf47815594f49c06160ca06849e9ba3bc30ec2153fef071202ba0f096f19de

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp312-cp312-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.12, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 60a5c5b20ca378828faa1e6d9d345e0d44417ae83b690a1043559936250931d2
MD5 d1cd1424ec3f5064724a09b4696f1dda
BLAKE2b-256 dc8a7c285147b4466f1f51b4466a6bbf2ed9e1341d32a8a2d718664afce7be7d

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0dd8970b31f565e1dc441996ba7b20582dfd64454fa88f86c892157377a054ac
MD5 8ca7f1589657248f0e7b0c5a93aec7e7
BLAKE2b-256 e04e8881760d32161441aaf63fd6aebd69c2afb089a55706f546b5de7ff5c516

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp311-cp311-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e453b409bc0874702913fc8d87952c853909c136bde934edaaccbb5afd0bf982
MD5 a305ebb42c4f816beaf579617a148383
BLAKE2b-256 0d71f58e1d2397e1e275aef0ea8d1c1c5df31e0ab3c253daf53e21b55a6ca123

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87fd92c446effed42052c92bdc534594d6af5fe7d5ed4cd044d83b708c9484ed
MD5 835e1fc461f9c695e0b0cd81476bfb88
BLAKE2b-256 305f2235206896bdf8648a43b6f3945d975ef3af665103858d4452f370796af9

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp311-cp311-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 00d14ad6632ae73100485d8a8d24604cf26af9bc4a7f2fe4912c666dbf076b55
MD5 0abbceaadfccea9f2ab2e54529a793a1
BLAKE2b-256 63ee182afd6aafcbfb0724d5ce3d29417039aaedb5d093f7bc7dea0c6dd8d26a

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2295add68cab8dee07e19f16d32bd75721736f2ed89bec20efea9bd5f6c6ec0b
MD5 e97c19018072f75cc65287b2110fe1ff
BLAKE2b-256 e9bed3b26ec6a1d3b3d44ef0a569a73f7c5879b1f3634d915c722a6df61f8426

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp310-cp310-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 520f30f206c6f9836a3d2b7f20943a008cbfed3acf3d61248dbfb9d4d6d69507
MD5 a9c7a4353b118b7d725d4f54fd2293d2
BLAKE2b-256 f999950eb7cfa4942763c56dd52dbf2b7dce7d68f73fc01becb081f2ead275f5

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e472dda21579f18e9dd572f109a9ab6bd53bcf0a57174e0dcb992b2ed8bad9d1
MD5 5ac400aa44532e4ab79ecc1cf89ed7ba
BLAKE2b-256 c97985f3f2b3df0c1596f7f08f652af975b1ca7d8695f94348cd344ae5023e3f

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3233a11251f603ed0c9108f24a78b651f7be6c6f2b7377f6a26c275e4aa5bb9e
MD5 6d5cd444498f7c45ebb234fae24368c7
BLAKE2b-256 d070d44d4cebffb28f2b502665f7838d2b2fc52abad0ec3d0604666227ad8f8d

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6945b078a5f31c2262e37216b8eceea05ea543c3d6b0562db24bfe5c8e431450
MD5 430720da63142d0f6ba04259c6a9bdc6
BLAKE2b-256 bfb7deb53ebb989360894abba453d0a6c62e07eecccc1c0e7d229807c3cb2c0f

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp39-cp39-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9491f141b3e2a00a818ca3fff38f64a74f047f1e37bbdc85bc189cfb1f2aedd
MD5 0ba8ec140fcf29fe10369a39e5250e87
BLAKE2b-256 3a1d48ffa4d1c2d3fcd74804f028e92792823081e6532b05b5f5f3ac8718afef

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f13a1a012899c3be96167d29d0615127c218489371aa5f796d91ba5a13174eb5
MD5 3bb5ad147113f0d8761cc6a1baf34548
BLAKE2b-256 6a6df71f92dfc5ff86f0e021775d8b0a19d39cc3fe1ab1612d33342c824abfeb

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4c6d374b81557b2011a2c694a225531bc685353db6ca9e62f93229a4ecfd7dce
MD5 38d50749e8bd28cd461c9e23fb4dbcbe
BLAKE2b-256 ce7dd8603baff0c95fbfa7c93875856a91a2805de037f38792e8268a29102434

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fbc3591613f7716b27b5aaf5a1c827eced358124d2bbda6e35ac7a9000cb5967
MD5 0092f5663ce6d7b4d5ff276572817afc
BLAKE2b-256 2bc646621ae0df3a5508605ce339c8da08855ff547e39be49ecc3bf584ed4677

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp38-cp38-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ffda635706b9ccb78a4bdd7786eb140bc70fa1165ff7f6035d7b22680dafd47
MD5 7561a165198531de7e443786f2a7e2d5
BLAKE2b-256 96ca8812cc9e7c3371578d5bfa9bbf07df222befb62e4cb06dc8d531bf9b6e7f

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc9bb42a7face327a9102fbd8f446fed9f12a8a023a17e847d1b44c582558b24
MD5 15b39e79503225f53ff5dd73a3711dda
BLAKE2b-256 65667ee2e60cb0496811a5570bbf57f87a48030f7267874690e8d3c0cd290da0

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 36172a999c0d294306baf73766b5fdf3cbe9dc8f8d122f546d6c24ee1517d7dd
MD5 75306a7354ba9cd5b94ea45cf8e8c919
BLAKE2b-256 62d0a6c57fbe2d48cd49ed5089005a7fd25996cf7cffdcf2dd36a6f0d2a09fdf

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e83d7bb4349d0f8b62068a71b6029a29cb121fd0b70816a2e606bac65700e17d
MD5 712ecad2a3527b874a772ea765e25633
BLAKE2b-256 35104ada0f5297a3e6bb6277f21de359ee301efd402a7ef9b88fd3d1fef1166c

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp37-cp37m-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp37-cp37m-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp37-cp37m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9dca1754bc2158b9bf63d67e7f62c17be37c1903804201f88bf6cb59a0348e23
MD5 4df515596cc9371626303db5b9737e21
BLAKE2b-256 352d0f476bbe76f9d215587be92713f10e36ceeec84d3b337a6908cb3a715275

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dc8b48818d8f51c240a902a92617bf8dfe917333ff1bd482c2cd53ee88bc4fdd
MD5 4fe087918ec9c50da800db43134c33e6
BLAKE2b-256 0c50772c080459a8d9c186368a5a0b7ea2000008336ac2c4562db73f93e46b74

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0b6c103beb120c40dc1abf1b5b35a7e96b6304f252119a58a7660dc38cf359e3
MD5 ad96603ef096cf889dc4123f88d6ee30
BLAKE2b-256 99a887db51ea918511085ea654a32d29abe99acd7dac24648486e1eca5fe335d

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp36-cp36m-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp36-cp36m-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp36-cp36m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ce792760049413a67aeba0e0c25d5ab635747ba7f8f726dd319644442223f4c
MD5 ca176c07b528b10730e3a6f689384fce
BLAKE2b-256 d5ba6daeda59d7eb8b1acc53ca2db9764fe2f860397aa47cac07ebdf1ead8d4f

See more details on using hashes here.

File details

Details for the file exiv2-0.16.0-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: exiv2-0.16.0-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for exiv2-0.16.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 689d5add6fcc5466cafd0f9c7dfb14eee8b3465f007f36399ef8df2de86dc371
MD5 645cfb56346c7d9c89ad9d8540270a91
BLAKE2b-256 1d5bc77d73cd81af90c3f619ee642ee911ccb19e2300989520c123394e9255a7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page