Skip to main content

Pythonic bindings for FFmpeg's libraries.

Project description

PyAV

PyAV is a Pythonic binding for the FFmpeg libraries. We aim to provide all of the power and control of the underlying library, but manage the gritty details as much as possible.


GitHub Test Status Documentation Python Package Index Conda Forge

PyAV is for direct and precise access to your media via containers, streams, packets, codecs, and frames. It exposes a few transformations of that data, and helps you get your data to/from other packages (e.g. Numpy and Pillow).

This power does come with some responsibility as working with media is horrendously complicated and PyAV can't abstract it away or make all the best decisions for you. If the ffmpeg command does the job without you bending over backwards, PyAV is likely going to be more of a hindrance than a help.

But where you can't work without it, PyAV is a critical tool.

Installation

Binary wheels are provided on PyPI for Linux, MacOS and Windows linked against the latest stable version of ffmpeg. You can install these wheels by running:

pip install av

Another way of installing PyAV is via conda-forge:

conda install av -c conda-forge

See the Conda install docs to get started with (mini)Conda.

Alternative installation methods

Due to the complexity of the dependencies, PyAV is not always the easiest Python package to install from source. If you want to use your existing ffmpeg (must be the correct major version), the source version of PyAV is on PyPI:

[!WARNING] You must be in a posix env, and have the correct version of ffmpeg installed on your system.

pip install av --no-binary av

Installing From Source

Here's how to build PyAV from source. You must use MSYS2 when using Windows.

git clone https://github.com/PyAV-Org/PyAV.git
cd PyAV
source scripts/activate.sh

# Build ffmpeg from source. You can skip this step
# if ffmpeg is already installed.
./scripts/build-deps

# Build PyAV
make

# Testing
make test

# Install globally
deactivate
pip install .

Have fun, read the docs, come chat with us, and good luck!

Download files

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

Source Distribution

av-17.1.0.tar.gz (4.3 MB view details)

Uploaded Source

Built Distributions

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

av-17.1.0-cp314-cp314t-win_arm64.whl (21.3 MB view details)

Uploaded CPython 3.14tWindows ARM64

av-17.1.0-cp314-cp314t-win_amd64.whl (28.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

av-17.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (39.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

av-17.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (28.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

av-17.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (37.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

av-17.1.0-cp314-cp314t-manylinux_2_31_armv7l.whl (27.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

av-17.1.0-cp314-cp314t-manylinux_2_28_x86_64.whl (38.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

av-17.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl (36.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

av-17.1.0-cp314-cp314t-macosx_14_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

av-17.1.0-cp314-cp314t-macosx_11_0_x86_64.whl (22.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

av-17.1.0-cp311-abi3-win_arm64.whl (21.2 MB view details)

Uploaded CPython 3.11+Windows ARM64

av-17.1.0-cp311-abi3-win_amd64.whl (28.0 MB view details)

Uploaded CPython 3.11+Windows x86-64

av-17.1.0-cp311-abi3-musllinux_1_2_x86_64.whl (36.5 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ x86-64

av-17.1.0-cp311-abi3-musllinux_1_2_armv7l.whl (25.4 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

av-17.1.0-cp311-abi3-musllinux_1_2_aarch64.whl (34.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

av-17.1.0-cp311-abi3-manylinux_2_31_armv7l.whl (24.5 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.31+ ARMv7l

av-17.1.0-cp311-abi3-manylinux_2_28_x86_64.whl (35.4 MB view details)

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

av-17.1.0-cp311-abi3-manylinux_2_28_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

av-17.1.0-cp311-abi3-macosx_14_0_arm64.whl (18.2 MB view details)

Uploaded CPython 3.11+macOS 14.0+ ARM64

av-17.1.0-cp311-abi3-macosx_11_0_x86_64.whl (22.5 MB view details)

Uploaded CPython 3.11+macOS 11.0+ x86-64

av-17.1.0-cp310-cp310-win_amd64.whl (28.1 MB view details)

Uploaded CPython 3.10Windows x86-64

av-17.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (37.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

av-17.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (26.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

av-17.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (35.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

av-17.1.0-cp310-cp310-manylinux_2_31_armv7l.whl (25.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ ARMv7l

av-17.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (36.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

av-17.1.0-cp310-cp310-manylinux_2_28_aarch64.whl (34.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

av-17.1.0-cp310-cp310-macosx_14_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

av-17.1.0-cp310-cp310-macosx_11_0_x86_64.whl (22.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

File details

Details for the file av-17.1.0.tar.gz.

File metadata

  • Download URL: av-17.1.0.tar.gz
  • Upload date:
  • Size: 4.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0.tar.gz
Algorithm Hash digest
SHA256 7f1e71ff621b66253333926f948e00faae11d855b2442133c65128bca64cdeb3
MD5 7ed8e46ac766de452e5f5233c0aa1ae8
BLAKE2b-256 5ee3477fa20578c284abeda08d91b63ee9abaebc93445d8feeb989d3d444bae1

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: av-17.1.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 21.3 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 b41647e42884bf543b8e8d0a1dabd4d1b006c99183eb1a2d7afc5b01f73eeff4
MD5 38be7266277b2b9e3bdff53303fc999f
BLAKE2b-256 a841562a61d5a61fba3ffb273a115e249f1d8471b9515c59fcc38b4b9deda238

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: av-17.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 28.4 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ec630be6321b04e317862f6082e84812bbd801e55a3c2298312e3fc8a0a4af4f
MD5 1878f0977aa10115774c80cab8066855
BLAKE2b-256 a1259d42da561b7b8f7dabdfaebba07b52977bee58c5c7e4285ac991abcfaa72

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1284addf3c0dd939887a9722dc30df2241a97471ad52c3c507e31583ae22ff02
MD5 7640bf39f24608d319a3f2c92a318d6e
BLAKE2b-256 a238c7d9c3e746209a1a695c13e3aa7d817229e84a85d0a84271f313d1befdd3

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bff8896454b38fcb785a70e5ae0485d7021cb776303a5849393128a30b8f850b
MD5 20cafd48d6be67c861ccc02ca62b11b1
BLAKE2b-256 ba403cc13125aea976101c0858af99ac47257c0654411aa199b5d8e81eea7002

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ffbd78d73d2c9bf31e9a007c992faec3991428b2941a3b085b84fb82e8c32d19
MD5 dfc43da484b000a3bf192312cf2206ce
BLAKE2b-256 8885c2e6861baf0f8c7d21c4ce811d4d424fedac915e3910d3570ce4377717dc

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 fa64e1f1500d01c4a98e7a41dc1a9a35fb4dfe71f5de0389264ec1192200c76a
MD5 e070e35e798954904018f6ec7893022b
BLAKE2b-256 2a72af47f59b4458e81ca7d89f477698dbfb3d5a0cd8ae6c1e4441d01074af8a

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efe9b1397300b67b644ad220c89df4892a76f2debe70f16bae1749fa20526e63
MD5 21b496ac62cd573d6e76a42711a9f470
BLAKE2b-256 fb327312854868b318b9d1b1dcbd1bddb460aaaeac7d57f816e11efec3bef5b1

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f997e3351bdf51127c07a74e21741a2996e9230cbeb2d81c14acde761b116c9c
MD5 0afed96793bb9a2c4d9b0f5a94dcb58d
BLAKE2b-256 a223391dcfa75c1ae1977efca44b753a11b929399b558826670c16a8808dd0e3

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6c9b71fe5c0c5a8d303b1588d4d8ce9397d6b023f467cfef95000ba1f75507fa
MD5 040672feb0e16a1b177ac0c94ae297c7
BLAKE2b-256 e07e7be6bfddb823d045ff9fd5d4deb922ee3847605e162c3882e6c45b4c35ff

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5327807c1219293803ef0c5d1578ff3ae1cf638c09e5998962026e1a554ec240
MD5 c0f8e9d3c310e9787ed8f811ab54c0a9
BLAKE2b-256 3690b5668cddb3c401fcf22553bc495d5b0c6d8a01d118624b26f0db1d0b8653

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-win_arm64.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-win_arm64.whl
  • Upload date:
  • Size: 21.2 MB
  • Tags: CPython 3.11+, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 ee98534242a74da847af78624779ac5a3177dc7c69f956a4da9e6f0fdb37d7f6
MD5 1dd6a14c2114042d9f5dc6a4fe515519
BLAKE2b-256 6647cd9ae0edf2206351c1251bb94b5ec58728e42c5f6ee16c03c412f3a1bb3e

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 28.0 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5df5c1172ef1cf65a1529d612f7da7798ce2cf82c1ff7212466b538a6cc7214c
MD5 5ff4b82469751d1646c78cc8c37fdece
BLAKE2b-256 6bf253a7cd34adb6a971d7e6d99663e74db286966c9db8afdca17472fdf0f98e

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 36.5 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1c90f85cd7431ede95b11e8e711571a896ebea433f298849c2c0f1594c8d86e
MD5 cc1533ae145e3bc6b045014124381c6f
BLAKE2b-256 e2ac92e52d5ed0e0b84d9d93e52b4338c2713d8a44082b8696e6516fdae7c4e4

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 25.4 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9514cfda85180554c430695282faf4be3ffdf95775d8519733821244eecb58e0
MD5 f712c5b77ee18d366b1bb879f9229380
BLAKE2b-256 59f94115fd84148c9a1cf365096694be6ac882fd3cd3cdb7a2f35e71fecf1631

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbab058bd965309f39962e53caac8126987c68c0be094fc4f9427e5615b0218f
MD5 4686ac84b2c90194131e1f2f50c7e4b7
BLAKE2b-256 14acceb84b7553db21f1143d817245c560d9267168e1e58b1a8eeae2b62c4d04

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-manylinux_2_31_armv7l.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 24.5 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 58f7593726437cda5bd19793027e027768450b5c4a594777bf487798a33db702
MD5 5cc6d3554a40a201296230f19d018865
BLAKE2b-256 2eb38e8b4b6498731bfbd88e8399a756543f8088f1bd33d08eab678b5aebe728

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 35.4 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9a65d1f48b818323fb411e80358f89d77dec340b01d27c6b2dfbb9cbf4b779f
MD5 3c9d202ea8a1e486940019544c83e4b4
BLAKE2b-256 774396b35170bf2e64e00a41748c6400ff73232dc0fc62ded283679fb07c7fe0

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a20658ec7d96a70e14b1196eff00b7cdd8831ac3b99868e16b8ba8b24090847
MD5 067c224d2772bdf3884ac85a4ab18059
BLAKE2b-256 ad1364f6c466471cea225b8b2f4cdc51a571f8a286984b55a08d169b932fda5d

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-macosx_14_0_arm64.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.11+, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 43ebbe977f19a7f2d2bd1a4e119675a0b15e05852cf7309846b6ab922ba7ffe9
MD5 47a1aaed72b0ef2a5f14a0ad3319472e
BLAKE2b-256 6dafdfdf6fc7b17814b50d0aa9e7a7e37b87be91be3890f44b0d525433cd1fd1

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp311-abi3-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: av-17.1.0-cp311-abi3-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 22.5 MB
  • Tags: CPython 3.11+, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp311-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ad7b4aa011093324b7118245f50ac6db244cfe9900d4072508a5245a2b0d3f41
MD5 82fa341fbc29e85c396ea6ce8516f45f
BLAKE2b-256 ec878036b5c781bc3639ea04ef42d4e26da253bd4bd4311d8705b6a1c8824047

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: av-17.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3453b06075c7bb973fdb6de52563f7692ff05cbc64c0bb45f4fd6e8709131f2f
MD5 28abad52d2df3e00c9a379c9081d9caf
BLAKE2b-256 016a5980e7bbeeadfd7a9db8e38e9f1140a3e0c392fccc31bd7b1e4a75cf5a96

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3dcd41e53f53f9a3260751d9c3c11d34e93d70d61e506c81f13dbc1e3606e07b
MD5 32b841380552edbd77ee603db5e8c232
BLAKE2b-256 fb40128429b9eb0c4a2beb122ed8d04b189515df68967987c2654a2e262a5c43

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1370b11a697eb3f2555906f8ab3519b0cfe48425d7830a3996ad42e6bffafda5
MD5 603c62330189ea90121f31ebd7f655f1
BLAKE2b-256 76cbae1d7a735a5ad9dc502dba864c51d605cbe932a769218352fd570254c38e

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff457ed419348e5b8e8c811d341389b052c5e4d5839da3794d019b125b9fe830
MD5 c425e64d1f3cbc22e13d98cbaa06956a
BLAKE2b-256 703078155cef0c9f8bc13f044130192c58bf962f2c9066982ff3593afe8d27f1

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp310-cp310-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 cc5a5247622cb77e24c342364eb68f88c1442ddfaab60c1f1f483359d3cc7879
MD5 0540bb935debf172425fdd65bd17afbe
BLAKE2b-256 631e63bd5c59580f38109fa4c452b29b715a20c9a5eb3a078b3c447484593c40

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90c49bc9608377d01e82e747377505419a229464873341db18202d5dddecce5a
MD5 4a1199b9d11f719cafc2a3dd114b4873
BLAKE2b-256 04a4542d4bfd9f4aec5f3265985b9dbc6b259d45c2e668f9714e5f4e05b71e64

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22dff0ae582d10ef08c75c2150a4fd27cfc26653b54930c7c27b9f7b3aa20723
MD5 df14bc55263ed6565f21545519cbaa9d
BLAKE2b-256 eb1727c85b12e9ffa8f3f6854358b3eabcd91f3c29c7dac36843fa1376e833f4

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

  • Download URL: av-17.1.0-cp310-cp310-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 3.10, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for av-17.1.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 19264c9bb4bee404accc7ce9ec461f2044b7f577a70234d29aafde31ed17de46
MD5 096ac2e02a3cf660210d9e031581f606
BLAKE2b-256 dc5774399770aa103ee4b5ff6da1781440c91a41901d89abb2433fe88773246e

See more details on using hashes here.

File details

Details for the file av-17.1.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for av-17.1.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 19c84fd72af5ef81a20f18fbc6f9aedff9e1455e53a7062c1d4c95926d73da4e
MD5 154e143bfa35c386e72e89ff67ce089a
BLAKE2b-256 ca92c9d0cea4f6f8f93f5b15a39f99d2d593f922484f22a2d98a8d482283e15b

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