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

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:

python3 examples/avif_example_decode_file.py examples/sample.avif

Correct output:

Parsed AVIF: 128x128 (8bpc)
* 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-0.4.0.tar.gz (11.0 kB view details)

Uploaded Source

Built Distributions

avif-0.4.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl (56.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

avif-0.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (7.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

avif-0.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (56.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

avif-0.4.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (7.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

avif-0.4.0-pp27-pypy_73-manylinux2010_x86_64.whl (56.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

avif-0.4.0-pp27-pypy_73-macosx_10_9_x86_64.whl (7.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

avif-0.4.0-cp39-cp39-manylinux2010_x86_64.whl (78.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

avif-0.4.0-cp39-cp39-manylinux2010_i686.whl (76.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

avif-0.4.0-cp39-cp39-manylinux1_x86_64.whl (78.0 kB view details)

Uploaded CPython 3.9

avif-0.4.0-cp39-cp39-manylinux1_i686.whl (76.7 kB view details)

Uploaded CPython 3.9

avif-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl (10.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

avif-0.4.0-cp38-cp38-manylinux2010_x86_64.whl (78.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

avif-0.4.0-cp38-cp38-manylinux2010_i686.whl (77.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

avif-0.4.0-cp38-cp38-manylinux1_x86_64.whl (78.4 kB view details)

Uploaded CPython 3.8

avif-0.4.0-cp38-cp38-manylinux1_i686.whl (77.1 kB view details)

Uploaded CPython 3.8

avif-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl (10.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

avif-0.4.0-cp37-cp37m-manylinux2010_x86_64.whl (77.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

avif-0.4.0-cp37-cp37m-manylinux2010_i686.whl (76.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

avif-0.4.0-cp37-cp37m-manylinux1_x86_64.whl (77.8 kB view details)

Uploaded CPython 3.7m

avif-0.4.0-cp37-cp37m-manylinux1_i686.whl (76.5 kB view details)

Uploaded CPython 3.7m

avif-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl (10.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

avif-0.4.0-cp36-cp36m-manylinux2010_x86_64.whl (77.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

avif-0.4.0-cp36-cp36m-manylinux2010_i686.whl (76.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

avif-0.4.0-cp36-cp36m-manylinux1_x86_64.whl (77.9 kB view details)

Uploaded CPython 3.6m

avif-0.4.0-cp36-cp36m-manylinux1_i686.whl (76.5 kB view details)

Uploaded CPython 3.6m

avif-0.4.0-cp36-cp36m-macosx_10_9_x86_64.whl (10.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

avif-0.4.0-cp35-cp35m-manylinux2010_x86_64.whl (78.3 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

avif-0.4.0-cp35-cp35m-manylinux2010_i686.whl (77.0 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

avif-0.4.0-cp35-cp35m-manylinux1_x86_64.whl (78.3 kB view details)

Uploaded CPython 3.5m

avif-0.4.0-cp35-cp35m-manylinux1_i686.whl (77.0 kB view details)

Uploaded CPython 3.5m

avif-0.4.0-cp35-cp35m-macosx_10_9_x86_64.whl (10.2 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: avif-0.4.0.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for avif-0.4.0.tar.gz
Algorithm Hash digest
SHA256 fe672e533a947346e9cf3cf626435aed4a60caad87fa0a101b86019398fe95cb
MD5 be2ef9cf2624b4399e5303162f20cc0b
BLAKE2b-256 6114dca451ac5c0ce2702dc0f66aca07b474294fbfcf128db5333f8e59b98b63

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7574137affbb74d407b4675450c6242b6e4f0f6947bedcae3b66c6b4eb383545
MD5 dac1976efa180faddea5d29f8974810f
BLAKE2b-256 d0e90bffc8b6305bf524edf7cc9f2624dff0c951265c6c230b59acbd3b6583ae

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp37-pypy37_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a0c7e5870506ef060966deb49b260a18cc3289692a82f66be550e1ee32b52728
MD5 d6d3864130a120d3b633c3d4c2dc7634
BLAKE2b-256 bc9871e2d93ab96cd6a18d2519b2ca88a30ebefb6a9e518bf50df7a8f9a12623

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2bb7ae1f908fd40e48ec8af1ab7c98e01dae280b672075fe866bc84eca55591
MD5 f85eb1bb10463ac9d8445d7169ba917e
BLAKE2b-256 ad3e4b7f88f671f2818b432c5512197fd666d934c5db5ec06005f8ecb674b1d4

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e865ea195f4d37124f2b74f1055b3349030abd50fbee2049d72a0555ac859447
MD5 1a84313cdf29b863df349a41d4d8b809
BLAKE2b-256 3e7cc66997c9c233e97e5c7e6718357d473421d8ee10d8269f8dbf0eb292e50e

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 116f383e9964ac6457b081f2dc254da6bf3d495e38e36c7d20c7f2e5f4d9ae76
MD5 2d5ffac3a22804a17df1100a3b245f24
BLAKE2b-256 edbc6ec62458afe173f3e31174809e33c0a049df68346497ac75519969312126

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bddda8d78902974812e5b3657d8d5b8ec30e8aac5e6e450e9d0e17565c9c9c32
MD5 a4de6783d29c6f9dc5d24287f5a3c51e
BLAKE2b-256 c5992dd810bc72216a9fc4ad28ef02b4b77ac759116484dbf0d4fde496b929bc

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp27-pypy_73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp27-pypy_73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 56.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp27-pypy_73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 47c9523a36265b13737f20bdf2854d44452d2d1bbc33857e3e0d4977992f535f
MD5 aa95478bdd97b445b68b9d57760a2c79
BLAKE2b-256 ea92ac4886a9b9f6406502991da5a1ec849fbf7ceb48d33a0188c9539d6f4d8f

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp27-pypy_73-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp27-pypy_73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 56.4 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp27-pypy_73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2725a8bdb79167d8ac48a85492b56e64c1e284770f7bbead0ae08a548380eec8
MD5 3b2c862e13434bbde6ccff13b7c6ac91
BLAKE2b-256 db8e75fce0e329c72e925b4236f47603aba0e4dcdb183f8232f1d5e643bf5e05

See more details on using hashes here.

File details

Details for the file avif-0.4.0-pp27-pypy_73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-pp27-pypy_73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90c98a556beb117efa791ccc8b0caca3ccf97285d93c2a7e137addce41ec73b1
MD5 8e3317d795ae1b5f7922eceafbc45c35
BLAKE2b-256 60d884ecd23c570a57a0d1f52ba2cd4b352bfd52b14a1db32e99e09e6c68e0b1

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 78.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7e45c5ee9d37c4cfd8130fee38099bad78b689afb11fe86f7b548802ae33a49d
MD5 63d369b333188a5cd6d26204ef9fddcb
BLAKE2b-256 c369d50d21d58709e78126e88d16d7de95deddf889d8760771ba72d1a580750c

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 76.7 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4b263ea2cdecb5cf1624fca59ae5d7a966fde45ec5c03c0f2fbf141f5a416952
MD5 a7036410a618d866b782c04c5fb8c08f
BLAKE2b-256 4fb2caad56a70aae948dabd2cb7092520a6aca8cefdb5350edf14e9c1c10ca2f

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 78.0 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 220a476a3ddc560c9d82ceaa948d53dbae4eef950ae7b0fc0753888717f33fb2
MD5 ee930870569bc29eed5b35236e4b387c
BLAKE2b-256 e9a5332bf7efbc7f5441891920b0aaf863fa91394115834693a0da96e0516e9e

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 76.7 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c05d7d255754dd0eac18246a511c9768ee3118ea121cb43ec4a1cbc4b98f49bc
MD5 e44534a20b090e460caac38805d4aa5f
BLAKE2b-256 c4cc113c353237e13444f0e1bd0a444a7f03357dcd0da14b2b9d564028aea71b

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c4fbdef1c89a555dcf36dcbba745506563833d56816a7fe3bc27f0a939cd762
MD5 5bb1bb1d238377b0440cf9c597191574
BLAKE2b-256 ddc30b64c9881fe96a2599c3860b68572912e979cedbc35d36d7e7e0144dd5cd

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 78.4 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a12bed4102bd7b37c2feac9c72a1e93102ac4e5630310082b3235b5c63e4bc45
MD5 568ceb4541aa507392c64444dd6400f7
BLAKE2b-256 21360bd18e7d039b1e1a5e7ec7d099a1cec398083a38fcdfecb172b6f9ab06fb

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 77.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d7e44045944df1fd16584685cbb9aa7586529f150910f3c21cd1549055a6d3b9
MD5 585360a1386c842686aeeec50dd6019a
BLAKE2b-256 aa61cbfb6c1bb931182344fb21df32f1b5d085f71d54b84762f0f7a38bd3df71

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 78.4 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 165d5a67e8fe96f5361c27502ae4e7306459cb458ef5a4a6ff508dcbd4ac8c94
MD5 610b73b5abaabf5bc40596e767512976
BLAKE2b-256 28b7deb3f58739f79fd311b8d0b78ae9d985c44a1fe0f7d6f6d0b5341c47ab51

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 77.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 18f4c70be0a82fbb802ab7edeb64fb22d1113225183180f1b6e6ebe7b70599be
MD5 9be012e8fbe2d25cfcf9f157cf9fde09
BLAKE2b-256 ed423002f4ab9e2decf4049fab86f4dc85d0f0cebc0198861441df66ee3b6f38

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65507fbf725a78478aad442589024ae413e847aff73474e283601eeb350075cd
MD5 04d4965063538432d54413d8cbcd50cf
BLAKE2b-256 0f6daff0a23cfb1fce551a7ac6355ee254bb3c5831455098e4d7f48fe34c61e5

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 77.8 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8bd889533aeb7a8c6fa34ba0782027cf32b221ab9452253c525393804555b280
MD5 90a264c21ed62bfd8a15babd086bb161
BLAKE2b-256 3abe6ba288519790734e488fee0d16980bb8039439825ad1ac26cff15cec2731

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 76.5 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1a3108d45917a157490900e52ca2f864c85963b748643d3889c0617ec3fad81b
MD5 c112a9ac87572261ecc22c5c4982d9fd
BLAKE2b-256 da376adc4e33cc28f08bda0c3041e618c0b27c1deeaec35458c8824ce51ea921

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 77.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6ea731d2bfed28b373b77cc67df091ef5fb97a09e5db9ad902ed13f612897596
MD5 1280673d2a2bddf7bec59479771c9b8c
BLAKE2b-256 d8df2d97f3579f887d0bb011891da86f4c0ebf6499616fdc329810ead5d80265

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 76.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 11e446d757735793a0a366efbc23d0520474901a824b3dd1ab960d8d26cce327
MD5 7e625d9808449c19f599dd8d6887163a
BLAKE2b-256 ff301982f3e98ec505692130c3141075ede945c860398f8166b143e280ad3781

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a27e2cdef531ed3f78044d29ce080b2b8e372d4118af717aa3d27c41be129b22
MD5 171de1adda0e03e75b90ccc0e4b0fb65
BLAKE2b-256 f3b482f81c99812dc5d820f795fcdef6e68e3559017911e093e2e13d7559103a

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 77.9 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f6c79a7b74aa5c5f24e040a0285d7a365a4c53a8462283b00c91a65187e87581
MD5 5db4b1aade86fc79d3ae1e7f951b5552
BLAKE2b-256 c1e960d6d6e74748bac2851a4926d18df2f6fa57d0bb7db2fcb38496a2953182

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 76.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2e5479788e9fafab838f5dde65782cf7a2c3480870302fd9c42e5a98f055b00a
MD5 5fcf61b5afe017f8158b807ffb18bcc4
BLAKE2b-256 618b31e7b5b30ef979bd252180095213f8cead980ec9adc2567d1d55aa25f63d

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 77.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 63c85697c3abab0fb69e0456d4ac62f77764cf2be974a9fa7065a1f8c30d83c5
MD5 a18b5e09522558d7fd25166e4275d0b0
BLAKE2b-256 a940b1602aa2484d91fb190a0418613e77335795d5e13d44e8bd60b62c61187d

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 76.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 58bb5aa60f71355e4c0598f89fdba4dff60718018acdd554eeef520a7b83b6c6
MD5 96aaa96f3a21665e3961fa830ca87beb
BLAKE2b-256 638858b20e7adca66a6182f5b31d88c91a258d810a53dd9073299924a49a66da

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cda1be11db7a663deccbbb8859aad501934445f66a3dc1acf4f8c91e3fcd5dd1
MD5 069bb09a868dae0df08bd848124cfd46
BLAKE2b-256 8ce90e9c721988987f12c527b4c62359ad4ca95ea88be00c3bcb2e033b83919d

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 78.3 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ab211092df4a618c0763ef0d34dadf38081808a8006e91080d7fbbb10ce3a459
MD5 bacb4ca9ada8bc28e7bb82ab655ea285
BLAKE2b-256 c9abb0f553109bf01116c6643625e055dea32f58248897e067c3514f1bf2b254

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 77.0 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3aeeb0aca3e115341b98e0c49618736fa9515f370b3eaaf22ee6db10ee664a1f
MD5 29cf3fad1ba272fefdd6c5e300e11123
BLAKE2b-256 92167f8e7cbcde0a5084df25ca4aed3f7fd6d65b4f077fe9d7215a24e17632d8

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 78.3 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7ad8676e40433b396d85f1c79f4cc505410411a0774ea3d0728ca919dcd3befb
MD5 64fa85ab8916068132776f80788c3c92
BLAKE2b-256 05cf4d688c3d7073b0366fb95a20256b2efa1ef0f87f8d0ca5963ca7927d2746

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: avif-0.4.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 77.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 54467c492aef4e18fc06931317ee27471a17da98188a65afa030729d6534db2a
MD5 481f55d3ccdaa9d23ab1176777c65348
BLAKE2b-256 6c5c2f23ab49fe058d792f3d09581297ccd0dedb0fe09c6b0915417317e932ae

See more details on using hashes here.

File details

Details for the file avif-0.4.0-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: avif-0.4.0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for avif-0.4.0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 139635836f4bc22be39205ee57a27f75806759ead4153f6d07c836bc057aeb4e
MD5 f947c8870cfa798bbd6b1fc7c1630b19
BLAKE2b-256 068a9f1452a4070b62e5f24ed435ddc119741d070f51237fb859f31a7c6bb812

See more details on using hashes here.

Supported by

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