Skip to main content

Python bindings for libavif

Project description

PyPI version Supported Python versions Build status

Python bindings for libavif (via CFFI)

Installation from PyPI

avif is available via PyPI, with wheels built for many common platforms. It can be installed via your favorite Python package manager, e.g.:

$ pip install avif

Or if you want to use Pillow integration:

$ pip install avif[pillow]

Installation from source

To install this module from source you will need to compile libavif yourself. If you want to make use of the decoder you will also need to compile one (decoders/encoders can be compiled from libavif).

List of available AV1 decoders:

If you compile avif without an AV1 decoder you will get AVIFError: No codec available raised when you try to get a result, but you will still be able to import python module.

The installation steps below show how to compile libavif with the aom decoder.

Platform-Specific Steps

Examples

Examples can be found under examples directory.

You can use sample.avif if you don’t have any avif encoded image for testing. Sample is 128x128 pixels in size and it’s all white (RGBA: 255, 255, 255, 255).

To test if library works properly you can run:

$ python examples/avif_example_decode_file.py examples/sample.avif

Correct output:

Parsed AVIF: 128x128 (8bpc)
* First pixel: RGBA(255, 255, 255, 255)

Or to test Pillow plugin:

$ python examples/avif_example_pillow_decode_file.py examples/sample.avif

Correct output:

Parsed AVIF: 128x128 (Mode: RGBA)
* First pixel: RGBA(255, 255, 255, 255)

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

avif-2026.4.7.tar.gz (30.2 kB view details)

Uploaded Source

Built Distributions

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

avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (61.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (62.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

avif-2026.4.7-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (62.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

avif-2026.4.7-pp311-pypy311_pp73-macosx_11_0_arm64.whl (61.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

avif-2026.4.7-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (56.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

avif-2026.4.7-cp314-cp314-musllinux_1_2_x86_64.whl (82.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

avif-2026.4.7-cp314-cp314-musllinux_1_2_s390x.whl (84.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

avif-2026.4.7-cp314-cp314-musllinux_1_2_ppc64le.whl (84.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

avif-2026.4.7-cp314-cp314-musllinux_1_2_i686.whl (82.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

avif-2026.4.7-cp314-cp314-musllinux_1_2_armv7l.whl (79.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

avif-2026.4.7-cp314-cp314-musllinux_1_2_aarch64.whl (81.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

avif-2026.4.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (82.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

avif-2026.4.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (85.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

avif-2026.4.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (85.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

avif-2026.4.7-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (82.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

avif-2026.4.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (82.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

avif-2026.4.7-cp314-cp314-macosx_11_0_arm64.whl (65.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

avif-2026.4.7-cp314-cp314-macosx_10_15_x86_64.whl (60.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

avif-2026.4.7-cp313-cp313-musllinux_1_2_x86_64.whl (82.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

avif-2026.4.7-cp313-cp313-musllinux_1_2_s390x.whl (84.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

avif-2026.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl (84.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

avif-2026.4.7-cp313-cp313-musllinux_1_2_i686.whl (82.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

avif-2026.4.7-cp313-cp313-musllinux_1_2_armv7l.whl (79.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

avif-2026.4.7-cp313-cp313-musllinux_1_2_aarch64.whl (81.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

avif-2026.4.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (82.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

avif-2026.4.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (85.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

avif-2026.4.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (85.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

avif-2026.4.7-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (82.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

avif-2026.4.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (82.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

avif-2026.4.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (80.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

avif-2026.4.7-cp313-cp313-macosx_11_0_arm64.whl (65.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

avif-2026.4.7-cp313-cp313-macosx_10_13_x86_64.whl (60.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

avif-2026.4.7-cp312-cp312-musllinux_1_2_x86_64.whl (82.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

avif-2026.4.7-cp312-cp312-musllinux_1_2_s390x.whl (84.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

avif-2026.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl (84.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

avif-2026.4.7-cp312-cp312-musllinux_1_2_i686.whl (82.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

avif-2026.4.7-cp312-cp312-musllinux_1_2_armv7l.whl (79.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

avif-2026.4.7-cp312-cp312-musllinux_1_2_aarch64.whl (81.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

avif-2026.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (82.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

avif-2026.4.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (85.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

avif-2026.4.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (85.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

avif-2026.4.7-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (82.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

avif-2026.4.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (82.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

avif-2026.4.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (80.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

avif-2026.4.7-cp312-cp312-macosx_11_0_arm64.whl (65.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

avif-2026.4.7-cp312-cp312-macosx_10_13_x86_64.whl (60.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

avif-2026.4.7-cp311-cp311-musllinux_1_2_x86_64.whl (82.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

avif-2026.4.7-cp311-cp311-musllinux_1_2_s390x.whl (84.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

avif-2026.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl (84.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

avif-2026.4.7-cp311-cp311-musllinux_1_2_i686.whl (82.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

avif-2026.4.7-cp311-cp311-musllinux_1_2_armv7l.whl (79.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

avif-2026.4.7-cp311-cp311-musllinux_1_2_aarch64.whl (81.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

avif-2026.4.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (81.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

avif-2026.4.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (84.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

avif-2026.4.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (85.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

avif-2026.4.7-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (82.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

avif-2026.4.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (81.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

avif-2026.4.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (80.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

avif-2026.4.7-cp311-cp311-macosx_11_0_arm64.whl (64.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

avif-2026.4.7-cp311-cp311-macosx_10_9_x86_64.whl (60.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file avif-2026.4.7.tar.gz.

File metadata

  • Download URL: avif-2026.4.7.tar.gz
  • Upload date:
  • Size: 30.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for avif-2026.4.7.tar.gz
Algorithm Hash digest
SHA256 75858c6db49e2ddbc3577ab2611bd6e7075e3c8692fbfb39f8b6ab84214a9d16
MD5 2aa673169896b890912eed7036ba720f
BLAKE2b-256 b356af06701dbd297c122e44d83abc38365e98ae36755383795d63082cdea5d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7.tar.gz:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf2b32dafd04501610088e2f0937ef458042b046f2ee563368155fface42c4f9
MD5 ba14dbcd94ccd2449b01779490d278e0
BLAKE2b-256 56266801476206a31c9089fbcf7371f394e7d5c189a448534aa9763bdf7c5a1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0cd6cb8ce4edcb70b59907c32fb499e0f53ef6409819593ba112bef65307bad
MD5 dc117032c9329df98de39d878f2c4be9
BLAKE2b-256 8d490b006e2e8356e15f94ca0ba30033bbaffa8dbbe2ae9b6b23993a6a6900d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 7b7045509a77e3c551b0d27b281c83fefd8b172b975c9d347460eec436d60cc7
MD5 23a04462634dbdd448c824ec8b624ece
BLAKE2b-256 56d48bae3516c9e935e02756f20ec17c5340dad8c49c661946f6c5b1f72de12e

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 339ee847e7054847755d4762b25a67553db3dd071dc085d942d6953a6edb53c2
MD5 e96bc9c0971875b0abfd69b7847ef67d
BLAKE2b-256 b8863c9831bd7b30e78157a96ecb914310bc159a2984f060e71eeb9ca01baf3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2680ac4d086f7deedb66c063d5e574ffb6a0d3cc5c337e2a3b6fc71a7d484119
MD5 6909074c0a6939c38c09a57b6fc93457
BLAKE2b-256 cfeb263c50fe40b2230d3ae593aa1ef2fb0eb5a108f9f781876cd166bd61d199

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b81fd807533fea8ef1b9ec4e0195389fa869bef766bd9d82c2d462f5ec71b1a
MD5 6f6c9c7113855b46dd5fa9410aa22abe
BLAKE2b-256 643ca3333949ffc533154bc6fcd90edd846665c2ceeb70dc5e388bfdf8b0182a

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 92adfe7d891f292966bb1731f88726156755ad996644432b10005cd53a6927a0
MD5 8282f47d668b4f49078992cd759b64d4
BLAKE2b-256 7269faa51fd7470bcd55503ab8354997ededaa30ea65bc1dc4cb7c575508c31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 bc0aa62d2b3c42827f1d302c24ec5cec2f901da2b17ba1cdbfda9f9ca2453519
MD5 c5838390365fbf60179e7f8e20070dd1
BLAKE2b-256 9bf2ec35dcb3af6ddd4749a663d67d5a1be2d12bda05b597749042cde5035e28

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 935eb7ab593ff0d2c2e855438338b62b27a01a1850b4f0253d3c4cc7eeb19c61
MD5 7d4e4a9787cb1eac6fc17ff3aa1fb0ed
BLAKE2b-256 80e951538db4e813c3792d1926c352b009a7dee1a96558422b3184cb0b6d293f

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9795da6f31f2a451c1f489093bac171b80d76acb49e8193a3cf11dbbe798d520
MD5 1f0394749b625271206b40e143a7e024
BLAKE2b-256 b4ccd1772ae59b6dfd239be13e60c2c4c256f85d6c0d061e73b036fdcb40b23a

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4de5e6263d16059f78ae30e3040aa2ebf2e57e4f82e6852eb172c35223f27aa
MD5 00288913bb41e672dcd85a38ff3a2c7a
BLAKE2b-256 47fa10343b06087256f259c7d243273285318711aa83049c33f23c3f37099f76

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c61655f58463d950e987c68d4c93abfa3f8e88c78d2a3aa32d8e3aa32ed5737
MD5 bd91d00fce1a1ba732be2354a327bc9d
BLAKE2b-256 5a15fa9b3203f48221cdd6a866fe5746b935c8c1e3d6c925ad0be1b2b79873f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 89ad129d45a147a95eaf53839c3ab74200bb3c7d0dece7e785646bcd69c41a35
MD5 ae80df6524ce2cbd1add67078cb6584a
BLAKE2b-256 d417110c339e4a433e657875c11502978d6ec6dcbe02acbbdca66f0f28494e90

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 cbef646ea620e373799e9f2b751cb0464953ed0fbdc9f2b3587bb8e668f7121c
MD5 580daaad53224c9032d92b674261fca2
BLAKE2b-256 3cefbba000897c09fa986aa7541b46298cfa7bac436b25ca6edaa41321b259e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a7721deceac77bc8a066854b93fcc79af86e2b6b71b13e7027d1e9dbddab725b
MD5 96d8051740b4484662cb8f4fba3fc0bc
BLAKE2b-256 fd36d0bb295fae5969052121a49ab76d5f7c9dd7023f51fb4e1c91af5ccceb71

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71d962d1e71826714733b49c2a1fc0c36f08fdb008f81b9a93474f402d97d7f8
MD5 f6dc0654f3c33b67e07a97571d0db94c
BLAKE2b-256 9e670776dd27c95294f89ff3646ca0fc5052ce818550c7231dbd35be799b8b1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4eecb6ba58806b4d893250e70112142a05c81974971fa36156a4144fbc81f98e
MD5 bf13743333bdcd4621c291fa38cae7dc
BLAKE2b-256 c6566c935691ef46372007849a0e084235e3b791edf4d48a8d808f0377f46e6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0894d27fb313dc03677a57da73f262cd8784b4e7ec0df7072d70363440a7f7cb
MD5 c7c16e882d402c28ddd24637e717ac4c
BLAKE2b-256 834d0f4f82ac6f88582caf0d8f66a545e2ef824069766c02a790a9765ac318c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f546af2901ee1abf5b47c5091cd22720c9e99957e60e4173f6055d983217917d
MD5 ea1e388fda2cf9719f19e744244568a8
BLAKE2b-256 3038281845bd73bbe5e910e6bd88bbcf1956dbd88bc1ba649728a1b25ec46790

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 86d9a3da0327a6c87b778dc4abb3b92325d42029dc3fb7cb9d1b8b9b5e1dd592
MD5 e4eb25d58516c70718c12d49571cd405
BLAKE2b-256 a15a7a7a45efe3cc9269f6612b7742adcb96b48d05d584318e4efb73a9b840d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 eb8713e2f9e1df394e00dd2f3f5a93b8296d326c2c00489c78c6b96c7cdebda6
MD5 4713986e0f88a5aa2a2e73c960be9b5a
BLAKE2b-256 6d83fb5405c770fe0ea8524d283a0e35cef46a3292e045c630dbad1adb81d3d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c7fea809d9ea6442a3fe30a7822e5ec0ff971afc7f888a814fa52f361d81bac8
MD5 726beb3cd8b776b25e12d54309bdae9f
BLAKE2b-256 13ef0785dc49a898c7a9cc3e4effe12fddb9d30854e4fcd1c20d078d233a0858

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7d6c2b0defcde530b1fc88b852522dff88bd0eaa5d08d611397e4009309d71da
MD5 b7018a813e47c7283846fae6204ad546
BLAKE2b-256 37276ee92dac9d551e6c408d44a6e11bac39597a545998526e634a8d26188945

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a82c05e3f16ef47349ce0db77ea324de1f8359d6db2bf9fb7747c4633e7defd5
MD5 198ef029c7ce97ac2c881a213dc25001
BLAKE2b-256 72bb22c3a6b7ad0330609cf0c486f9687664573cfaff341358427064f2557b9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbf86b751dcb8d494f83a4f623679b657752991653b8ad6daefa6620fc298afc
MD5 8d7440f9d1eef0101c23d9dfda502941
BLAKE2b-256 6a8d1e5b3b4ed2358ba1ded77988cbc7abbb16811c5b3d33ea33e1412400ae79

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 325bf370c571619a4f0e392ccb89569c3d3a7a2b17b521032667c75ea8d49d49
MD5 20ef67c1b147bcfa2c15ca57faa729e0
BLAKE2b-256 409b7a2ddefc87bb3f79a263b2b032c56349bc2d1b5d68ec6e07ab7c7ba4abe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 bc2201724a2cdae046ea17b2b74af0bf522528526cff6ddb61476d0112343c94
MD5 23cb75ac2a87c80cc4e08d07a0c09965
BLAKE2b-256 095203b4933ec606b71fd9b37f6ccde40916cb91452d7de5b94276f79ea8bdce

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b0ac65f02e81fec84d0540eca3925877b74dac0755901e1e3f780bd457c49336
MD5 e9b9fdda5398a94113c4893fd8eb60e1
BLAKE2b-256 bcefa5256383cc90e3ad0186896f4cf1cae527433b91e580fe591dc0d65b5b72

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f1b8358242395383bd6f1a6ec87dfdfb5e207aece3fb5dbe9842db0c41d7231
MD5 38bebdecfe5ede0972d24d6dd225aa34
BLAKE2b-256 efac65d8d542c4b24eb91f55719f8453e21208aede0e4c44086399936bbc8dfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 d1481458328bad80810364d6d326fd5214eda8737538882f41771a25fd3240a5
MD5 ac4236554a03964e3358ed110b6f7d95
BLAKE2b-256 3dfe7608d20bd91813c90df47242907ec9a08be849a8faad82e3303c9850dad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c408ff2d1328dfadfc17fd8319e352d3f5bfe48e07c9243ca9b8e823d0372a02
MD5 4437fce51ca602ddd4ee2c99b03c799e
BLAKE2b-256 38d35f60ef5b98b14dce8ddb8345f19f32cd34f125ccc84c38a23b6af1fb8c94

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 17982fda3d0b26ad3ede52dade741b77547c7649d7d590e21ff3e7aef7f8f143
MD5 5f3e5468e871cb0e6404cb2a48aa4555
BLAKE2b-256 d4f173a4b6d25fc23ab9781da96766bd89d1162f6cf6a591d7934fb42a12eb9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b139c3a701bc1ede5dd08fdc144bad1c1ab5140214427dce1226f0eaebc69fd
MD5 a4873e3eeef45a3603c899045f25a84b
BLAKE2b-256 e8238074a450e2ad7494f437112b8f1ec06e2132d316ecc60e649a94a5550e82

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 4efe9af1f33a031a07a7bb8a68c9d8dbcb8c1001e77fbe6557d9bfac8f8cf1bd
MD5 168266508f593c2d9974354e7eea66ef
BLAKE2b-256 2d3105c5817d074730f01d022489142e58d71e64654a5c4551453e1c31263e0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 75d6639f1653cc782c3fa9bb9ea3f7d31c02d4452c9904c1fad286ca65cfa167
MD5 1af899766a141101e92c2a90574ef6d4
BLAKE2b-256 9359bc925a2a120dd593a98aa8342af87f0043531fc80cd03a20261bde0ce36a

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a96e7bafa80376d5547a0c53475d4e65c7838dbb80d0d1390850ce441c606999
MD5 6fc3724b6ac3bd13ae32ba2f44f33f14
BLAKE2b-256 00fb901755a9a64196748312b94160bdd0c7d65583043cc3c980e682b55559e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 34286c26811943bede162fb3aa1bfc3c0815cf3b1f9b2b3be55e320ecbf10cf3
MD5 e62e962adccebbd74d9927f687b0bea1
BLAKE2b-256 c33c1d234f6f18ee884c7fc40a8fc7b291b44cb9810df7f771081638ac54e39c

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c70c73fc65458550e23362945a77ae8342700c70378f39e7190b410db80342d7
MD5 87fa676dfa9492c1b752d0423c4868c4
BLAKE2b-256 5328d4cc305de34f3d58db3961b42196bcc9550b52067701c4edf5c97d98300c

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 199f929768e54c25b542315f6389dbb9d58593e6ad9fa61d656b069b6f6516b2
MD5 01ae0eb7add11e370d6dc6b8a2dee27f
BLAKE2b-256 8c3429baf24fae33a0051449726fd53d51f80a351981310cac056a333edcf3d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ed6f1da35f68ee6670b53f8d7aa7c87f13d0bbd3d30cb43f2e7bd36609464294
MD5 53b7ace5dadb1ebfa48a395210a97920
BLAKE2b-256 ba846a0b7304a1273e35c243e7323d4944acba67e425bfdd30e53eb340c39bbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f6857f180f332edeaeb920f562361a43d3410efc21b97cf6161a975e67eae561
MD5 b46dda633999d35cc663f39bc90c279d
BLAKE2b-256 64e7c3358cd08d6568b724dbea71196a0fe82730468d835e09c6f9f12588ffa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 c1ec28733d7c025c0e6e234a49cc6ccb7cac6e572b18b1b3ed6070be0ba97bd8
MD5 4b5d0f222c14002de9ae1930a906ea75
BLAKE2b-256 031c0ff31056a5c97d9a40d0cea087a110a7ec53d2e4daaf0dc61740f23d21ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a05bfb483fb553409881c3a3b03570c63b8b8e76b4cfc6e3fcb51f3e6f7a0ab
MD5 870da5d712633e158ae6838501be0d23
BLAKE2b-256 b8acc0248dcb2f479a01f3c64b0dc58b6fa9a9ffd07cf923cf3da8805d047681

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 4dd691e21f763d2c55e53f66bc6ee405649fea9c6718e7164aadd848f2e6d26c
MD5 a11a878406023387b0cf3f947d7d08d4
BLAKE2b-256 2712d637337c11e29ae97523f6cf35f298fd1f018494a7a0f072f6ca7e8f5f21

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e1a5220c49d0412f925d1a1e735b61cb41f2582ef8ba15dbf5747e4e0a3305d
MD5 60ab26bac9897d3aaa276fb4185bce2e
BLAKE2b-256 a5e3a3c1ff6c2ccd729e8232063bf54c5c0873fca5e1536a3b12cd47e6f043ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3a35505ab705b4f0cb1bab97e138c267fbd705d719d8ec91b20d7fd3831f9373
MD5 ed76afdf84d6d121b065ead36d01000c
BLAKE2b-256 19630190499edbd7ecb629ffc3988aecacd51600131cbada33a1b4f50030da3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4635fe17193bdf9dd6cd4beced132117aa67d1997f2f5347ac599f3ab04f86f1
MD5 1f2fe555fe4fc3ce4a32baa2bf461335
BLAKE2b-256 99e8b1d5146eb9e18e2bb01de0d44d7d7aaaa1236d3d17103b335d4870185bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9326a3fd5781b58049d206c6468ac26ee24dad71dfbba40a74857f87051fb04f
MD5 41e96f79173e0e60b0800574f0d261ce
BLAKE2b-256 8df27dc4acb8068472b32bee3dc14904706196b85e184c66ae97a01b86816a67

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 19477d58d5b691b1bf43a649f24b231956c4f3be4be550e460e2ebdaf2c5802b
MD5 8d8e9a979b264cc86cdc5dc161715c6a
BLAKE2b-256 d7a711bbb07545a857601724d0daa2f54c511e7a0b0ca253148273daf6197bd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 52005a6a6c7f35b3554e8603a0bfe4f1566e6e02888535ed531ec8226cff28a1
MD5 98c4473af9ec0eddde9ae17fb1c1e6fc
BLAKE2b-256 e4db50cfe8db0238323405d3911fb923cb6a3613cad1531b2213f047d592c97d

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 60841750adadb9be4deab88ed7fb6b3951387de5f8417226e6a1ab932ce998aa
MD5 0368c94f604f28dd494974000de6f7a6
BLAKE2b-256 bcfe6c10219ffb5ed6d54f16e817a12fa4b8447fa853cfd2aee8fbc4f5d7d669

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50fc6e972d6391ff730749a987dbe17a669a5253038801db1ff579415b4756df
MD5 8aff0ad39d4fed08a4499606d9ee28ce
BLAKE2b-256 e9fed66bd66afb0fb61138575399016fd0743f82cd6c5198da76183b659d11f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3333e4693606450677c820078c895ae57a2f12479016748c37594919b63bf953
MD5 33b5451ccb3c2705a0648b42c8535ff7
BLAKE2b-256 7b18458003b5d9c6ea202ca905f60ebce2b1aaa09c11581f6eaa7240535050b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 6c1aa56a358a667bbae6713e3623c026b7a031a87310eda80a3304411b5b4dea
MD5 158c8036055ed89d81b5495ee5692e22
BLAKE2b-256 57b2c4ea104dad29f9283baa54fa0dde6c325859cf93d991ba967b40c13974ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c7bf3cc586c5b6877c01c5fc4675f9c8065d457d2232a6c3597d42aaf6c7a85b
MD5 f990c5cfd581c72570fae742a854111f
BLAKE2b-256 c0d06733ba7973e776d7f3477d83428ebecf04a137276bc2e4565d722c6fe2cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 09565d2a4784e6b6c27fda76832b43e72871328841185eab9b6e638ef4b6495b
MD5 e3f2bc616ded243c04509308adb3c477
BLAKE2b-256 d50c89e70cc6c0fcba5cd79e4b5a8e5e0aa6870e6d83229c25b6d48f42d24d9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73c2939d15518e6c48add5fda9cc537393979b6d2015a2fd8dd5ac2d7b0e348b
MD5 c7e55af83b5578c2f80c644493cd8b33
BLAKE2b-256 63eb766641d69ce984508c07a55aa80ead2b22e58d8ac8e63951b5a4f2a4a4d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 b49ed31924e4d754666d74df7d43fc9d72017d5f29ebce001683240e68149542
MD5 6eb3e65013bddd3cf93ca78aee255cf8
BLAKE2b-256 7f13b079c86f220f14ca9f0d23bf459f2c463fefde1a9a9b847fec93e6ae575b

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fbc8582eefd5e94dcc0908a38658df643e37dacc8716c45cc9d9d4474480574
MD5 019c88916298710599d4bb2bd79296b8
BLAKE2b-256 49951ff2ee68fb35eb2229042dbec63baf4dbdaca39ecee3db271a8e07ebefe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avif-2026.4.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for avif-2026.4.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 867cd04203cca953803eddd530707ac757071ab2e9fb2254a9ea5cfe02977f12
MD5 58fb4bd8895fa9129fc6ba82ee5782c7
BLAKE2b-256 653499a6abf6db58d7076aeb154e03f3658708ad5874921a03b06e2151575ef7

See more details on using hashes here.

Provenance

The following attestation bundles were made for avif-2026.4.7-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Julian/avif

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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