Skip to main content

Pythonic bindings for FFmpeg's libraries.

Project description

PyAV

GitHub Test Status Gitter Chat Documentation
Python Package Index Conda Forge

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.

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

Due to the complexity of the dependencies, PyAV is not always the easiest Python package to install from source. Since release 8.0.0 binary wheels are provided on PyPI for Linux, Mac and Windows linked against a modern FFmpeg. You can install these wheels by running:

pip install av

If you want to use your existing FFmpeg, the source version of PyAV is on PyPI too:

pip install av --no-binary av

Installing from source is not supported on Windows.

Alternative installation methods

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.

And if you want to build from the absolute source (POSIX only):

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

# Either install the testing dependencies:
pip install --upgrade -r tests/requirements.txt
# or have it all, including FFmpeg, built/installed for you:
./scripts/build-deps

# Build PyAV.
make
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-12.1.0.tar.gz (3.8 MB view details)

Uploaded Source

Built Distributions

av-12.1.0-pp310-pypy310_pp73-win_amd64.whl (26.6 MB view details)

Uploaded PyPy Windows x86-64

av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (24.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

av-12.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (20.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

av-12.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (25.7 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

av-12.1.0-pp39-pypy39_pp73-win_amd64.whl (26.6 MB view details)

Uploaded PyPy Windows x86-64

av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (24.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

av-12.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (20.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

av-12.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (25.6 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

av-12.1.0-pp38-pypy38_pp73-win_amd64.whl (26.6 MB view details)

Uploaded PyPy Windows x86-64

av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (24.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

av-12.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (20.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

av-12.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (25.6 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

av-12.1.0-cp312-cp312-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

av-12.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

av-12.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (33.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

av-12.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

av-12.1.0-cp312-cp312-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

av-12.1.0-cp312-cp312-macosx_10_9_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

av-12.1.0-cp311-cp311-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

av-12.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

av-12.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (32.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

av-12.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

av-12.1.0-cp311-cp311-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

av-12.1.0-cp311-cp311-macosx_10_9_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

av-12.1.0-cp310-cp310-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

av-12.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

av-12.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (32.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

av-12.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

av-12.1.0-cp310-cp310-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

av-12.1.0-cp310-cp310-macosx_10_9_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

av-12.1.0-cp39-cp39-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

av-12.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

av-12.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (32.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

av-12.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

av-12.1.0-cp39-cp39-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

av-12.1.0-cp39-cp39-macosx_10_9_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

av-12.1.0-cp38-cp38-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

av-12.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

av-12.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (32.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

av-12.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

av-12.1.0-cp38-cp38-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

av-12.1.0-cp38-cp38-macosx_10_9_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: av-12.1.0.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for av-12.1.0.tar.gz
Algorithm Hash digest
SHA256 67adab9fdabcb8a86bd542787196580e38ed4132331ee9e82234b23cea9546b3
MD5 b46bb921f60a0becc935f5bdd06af427
BLAKE2b-256 6aa142811a5e314cd9502b0c779ba3659faeff114632f30962d5b4228dbc11e4

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0a0e056baa87037f932d12de3d3f258cbc4284d18d85099ccd845b333ac1bb91
MD5 274be62b68ae6009c4031cb55b0ee077
BLAKE2b-256 c4f1145a1e9ee7790a38a3cebe9feb3f6dac60995078de512013fac7f5183136

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63cbeaedc0184094b7d36bd4267cd61e6c69c18cb3464cc726ce6a8a438ac87a
MD5 ef74cbc6315372d799348ba9848a8154
BLAKE2b-256 e8432fe3a58e15fa7a7d898a129fcb7426d0f9281b26813c7751eb254b6e4803

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04afe8f9005bb42f95717bcfbb22a8950b4b942a862444edb1f0bab71ea702e9
MD5 38567768be3aca6c8df5f0ce945467fb
BLAKE2b-256 bd3c6b26f128c24435236f6926a8eb431083c97f27fae5d97b998703ebdfe4a0

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 257fe519b0ffb4e900b737515137fb9ae0490edca7d70818b6c71c3cd79994ca
MD5 d6179f62d24038d59a9766990ccf933f
BLAKE2b-256 af034cdcea16768af370a4d90ffc9ceb357ffdac94b7007b41f0ce0908809854

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 615f440856cbc5b96b8ae52c75ba722f082b898c3ab837eae024a06a0914e8a6
MD5 0b253c1ec8e788bdb379ffc2f53c6a73
BLAKE2b-256 7916095c792c89549f86035ffaca81b8d0a8f475792d1babd0ea9f88b3d11bdf

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0a2a8693fdaa3bbb00255cda388f110f7a0b00817470a8cd8f1aa5c8dcbc3c9
MD5 dd70849fec9d0f70063fd3c50d5e78ac
BLAKE2b-256 bdb45c642a1b658a91b233478a355a988cbcf2054b29b9eeca9f9765969f2caf

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e322533f585c2e8df07aa708c594fcb67f5f27a2f8b4107a7e6a6f90606190c7
MD5 7a603a47638780f90ca6863c426c0989
BLAKE2b-256 b96f3d04770421b4603216cd9bad688ab4431181cd00228cdda82bacc15c3022

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 669f206cfdd5696d0edf2c81c5d220acc40b4153b71cf6662618c376e00b6d3a
MD5 f40ac70af2e4d5752457e5a6ec8c40ae
BLAKE2b-256 301c103b9bc12a9bad23788834aa95fdb644396900bede8e32e21cd2857c9494

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0130a8391aa258eee60da3c09d69eb5c9480f14a9f1b1b5312336bac879edd2a
MD5 0d7778a3c7dab8f804f2333c4ddd3616
BLAKE2b-256 c5823c6957317c43c2006a10f2092930bdf977d08f7964a47c3df9b4289eee12

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abe9475dd2c8bea47338d5e90d6a45a28930d0fe3820ed2d3d09dfbb3316d476
MD5 8f88ae411dff4efb08a2a0937815d00c
BLAKE2b-256 2808de5f7fa37186fb223c81289ebb3a626ad0116e025266f68d18d0a5673f25

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2c486adf83fc5b8e444efcc32f3eef27eefd6d0966ef68607d41205adcd8ec0
MD5 ff82c7b111d4b427ec5c034f5d32a207
BLAKE2b-256 5b558b249b75df874a75b7e0f1b2f8456f587bfca7607ca43804da994360490d

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed7c48d2d79961d70ea59f44fcff453bb2444a152793f80d2ceaa17af4331b9c
MD5 59f8128422b66da858b51904d4f7851b
BLAKE2b-256 b6942f51b8e2e09eb616fb3e77e5115de5f6be61d3c3f15b58233c6ae7bc7b6f

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 00596e53db3082193142e32fbdf47349724221de117645b0ed8fcaaec508adf4
MD5 34ece14ed9384315f61fc1a29e7a75f0
BLAKE2b-256 198be771731a7826363011c45d104e08ecaf9069881633d5f5b75c374fae5595

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 105b017958eb5b6a128a5399200a4ec2b1040c2047e0b5f5e3714cd64fe7046e
MD5 bb4c1f7f03c0b1f1e61bcf73b7f46044
BLAKE2b-256 75ff507aaeeace4df435f600a9d52a7185add097166d62987edc7947db5f9b8f

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c6a3b3e4138cd1977f14e3d16c5f89979de8efa251d7558e2dc10a51cfcc0100
MD5 80f794e54cd31f48908935890ab663d5
BLAKE2b-256 1434b85a3aa6c63b7a237a46ea885d7b4a26e45e4b002cfb89ef5ccbeef2556c

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b348264ba26152d7b06f2aaf0b2a11c90b13c628a447f6daa2a6770b9443fb0
MD5 2bfb67a0f8425b9de7ee1936755f80a7
BLAKE2b-256 eab2953b14439425ad4da5af1dd6b527459822925e568790c38e9c3e59ca5303

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b1e02715cbb985b0efe6b6aaf134f9d1fee760822a07fd19e995a8e461909f4
MD5 7fe1b1f1a7c5dae69bae67d4824a1664
BLAKE2b-256 7a384b650bdca8623a0f52993c2db6b893c3f8f8fbfdcb54262f2ed1ac690630

See more details on using hashes here.

File details

Details for the file av-12.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d549c2e6e9035022ea2280b781150a8c81acc4a03c69bde20b2f53262041a88
MD5 21d8a149c747abb1041bce229b1c7b41
BLAKE2b-256 9bae84cfe474e393793bb7283f26a92e42ba878f4735c168c6fecf2a2fb589c9

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: av-12.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 26.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for av-12.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f669f5fb2515e9a4c9ee05b24ffbe3168d33c241bda93c84c8e384ca682a5cde
MD5 a1fb30bf1a501d8fac30864b7cf515c2
BLAKE2b-256 4a31ff524ebf903b36cca9f9149389744d0fbd41b42adfc2f61193a36efaf19d

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07706499489f2047b54a4675dd04e2cf88322caef904b7b6eb03f480e682cf15
MD5 908cad4217fda839b1fd504b70b1486e
BLAKE2b-256 fb5ea688c5290499a62a64b72fa3a8de2ad795716777a35cf2f735cef9b1f3bc

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 555f3240306ff02169ff209b152f97b071b57957868c3004c65e25c28130d593
MD5 9fc46fb107eadf062b3c41eaa457add9
BLAKE2b-256 707205b94730ef0efcb4b4e864bdc57bb31173014aa547fdde111a10bfb88556

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ab553ce72c631477181d6c08c6e710afa44fa3452e61b82d9a75be07b1b2fef
MD5 903d315f2382602b8846926bf3ae3784
BLAKE2b-256 801ec15a59d2199b7011957516416d17a1098a71b3058dd0c467e4ff1ffa916f

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efd45e3aa1e478ccbaafd84baf7d95d660b9cef30d850816129fd37d76813589
MD5 07daf905e41f23a5864da5807c59f114
BLAKE2b-256 d6ccbf7e9f652c5d5e409751eeb9f3e89d23ebe1242a6d443c6edfbbc5fa1378

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08401e59a9e33a42511d28cf1fdc570c31d3416426a2d73f4f4aaaaca5945c54
MD5 0bf8d0f9ae1ab61c01558c680696350f
BLAKE2b-256 71469f919b44af38a7fd793f85c7d5e9756ccafb03c0403971fca5bf4cb8f052

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: av-12.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 26.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for av-12.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a309994db77f632b606fe22c5bac03302e3dbe48d53c195abc435ccc56192746
MD5 2f57113745cd0a1af629c5e16abe7a82
BLAKE2b-256 6db2cd6d92ba0f23ee66716275ff4afee0eb1441c0d5c2d1052b2f003fdc80d8

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebb11aba1ef2acb945713be5f4f7a359439230dc566243c354dddb2b06361367
MD5 ea0a70622bb888b4f0d678e2b971961f
BLAKE2b-256 76e8a75e4fa1e1379dbac3a53b4cadac7ec6a65f66ff047989e187c36fab9225

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f8dcf20ecdfed62cb8b31790d3f394c76f05d5d58d5cc516f7b37c8608b78e2
MD5 d6486e711cf783c3408256dd5b3cd7e0
BLAKE2b-256 e7f596e51b945190cfe46a7de8be0b4d82a985051fc83609888b100d396b196d

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73c61635e959dd50857f1ae3ad28984ce813688262672a5188376686dd293333
MD5 822faa79efa682fc610986f068bdad45
BLAKE2b-256 68a1e44277ae4ce0ad0fd634d899bc93de3e1e9be225f94e784b8ef84c8a417d

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f624a61d8062bb7128a4b0af018ef5c7642acff2af7cea1bb6cc5aa663954b77
MD5 46a379fc8720891d436afb63b84d8a83
BLAKE2b-256 03b21c738f90da89270625f6326e50c776e8d7448144e8f995c852ae986bf2bd

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4c409639699d75e85a5b4b9fbb0538388bb009c8b426f7976b218731815e645
MD5 603af07cf38a95858cae6a97cd2585d2
BLAKE2b-256 584676d30d80fdcb26d97a0a6168e6f16677eb3a8962b40a079c9fda147e3e59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-12.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 26.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for av-12.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 09f8bd1fd124e389a266c770d209b5b4333f69c4b5a66b9aa2d09a561b0b54ab
MD5 f93db1d8342c12285f5e97b1347f653d
BLAKE2b-256 0a3d97cfd8bf2003fe862d1310137fc2da9846365f69a9590f68dcbdf70e1689

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1eff59d1eb0ba263e9efe8e460ca239c6ee2285f1b92c6b3c64f002c1b2ffd56
MD5 386d153ff1952ca4122b43aaf8af90b0
BLAKE2b-256 0a112b501d0a4de22826217a0b909e832f52fb5d503df50f424f3e31023a7bcc

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93c24d21b116e3af45e2f4b3a7ff1c96ae9a266bcde33a689ace0c52888e74d9
MD5 ba3f3d561fb5d5519649c3b85fa56f39
BLAKE2b-256 e6723d355f51df14503d1ccfb2ddf963ae0610e944417537462b7d708fe481b7

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0e8fbbe3cffd04dcbfaf7f9e0469c8c9d3ae962728487aae0dbbac9ebb62567
MD5 88ed721af8364c5641c9daed1a2d2fc3
BLAKE2b-256 440f2590a0da5723057807d56471b1be916b200dfc67094a53cfc731cd5c7ca6

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e66ad48dc3f618cf4a75cc14dd7e119d1151ff3c13b9b064014c79bad20df85
MD5 37dd67168818ea73ed3bd2db16c1733b
BLAKE2b-256 9274462f0fa5b961491ed18c7705be2fc29409bd81165ee8e123609a3c279181

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0df2ad330ccf63ed8192d637306f13123cdf1c06717168d1de8b9a084d62f70
MD5 1c3ae3ed0eeb1679db9eaea8ea9c7d7b
BLAKE2b-256 5ed1cdcb70eac5796cb49cdd159d19ee778e4ee201511712fd47b85607598e55

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: av-12.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 26.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for av-12.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f32893849fe34300f3cec51c4ae71c45b0acac448d36336d3452a5bb4f7e11bf
MD5 46288419d0f50bac57ff754ec2c31289
BLAKE2b-256 4a3182f4f5b13d43f2d4601f7b77245ae8e99e67a0dcc0d61905ff10c2d8274d

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eadd5c7c374c9ff889a9116802cdda7ef9d574b623338f4045effc0f3f3c2cbc
MD5 d88b792a4de860350805eb955cff3130
BLAKE2b-256 28d7e8bd615c52057c2cf549eef1da2fe8a531a915ff7d6584803d16b8bddad0

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce02915698d605c19c372314b7894033a451e838300d0a45c2708a550044e2d1
MD5 507b7112b81bc9dba4462def960b8ddb
BLAKE2b-256 1276acda126462c1159964bb2bfc719a6fa883dfc24d1d1f8b1b4f3dfb2b7f96

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81ff7a43ce921f2cc3c794810b148c4fa2cfd7ff10f4404072c94cf57b39b13d
MD5 c13349de94da591ba1edb93c7701f178
BLAKE2b-256 a60aa61bbb8d88956a13a3588864c0000841f1f33b1a5a1f236ffe8c9d466510

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc36f7b74e88db8e73fa69dc869331da74abc4f034ecd55f85f6232fcdddca60
MD5 f92b5e3851c7571afa3b2df8ab7e35af
BLAKE2b-256 920da39cddba72ed1f746d56bd095335c830c686c65792ad39e19a4a8106927a

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41d13494401bd3968255f7f9af2af203c30b684efc5a7ed92ebe9ec37f9f9264
MD5 28402fb75e6304096ff7eac9bec47cef
BLAKE2b-256 5675dcee3fe443178caa21ceeb9dbeb7e4423c55127e8baed6a2c0d6f2de5846

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: av-12.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 26.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for av-12.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dc1a82e7d43495be6d34b50fd917989a72de7c3a7434d8ec72af0952c1ad4ea3
MD5 dd8801d86771d738d8de9e30b1fd8524
BLAKE2b-256 20d9a1163d4f72b322b43aa1359be0bb55454301459691fbe8d41a30d6085c0f

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdf4c54354580abbea9390e23a471a346e9a4b4ca19c6929ad11a59d525e2ad3
MD5 b1df366ef708d947613ce55e52f60485
BLAKE2b-256 6b66d1ff9a0245618daf29f76c6c67e65bfbeb18ddc8748da138a520c55c5822

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97873f344344b9b6aef786b22b57fb42c6eaa4ea0798d2020c5ed061f29ab3d6
MD5 caa2b99b0266e132a4b2404e5dac2c74
BLAKE2b-256 b34a84e20879c4ed221cb22114344de97342615d129b82a3e7d912e7927d53c3

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49a8f88b26d3d25140633a8ec48328a9467bbe001d01c54472394484cdb60b10
MD5 be5293d3105489ffc6c677f2b8a8a995
BLAKE2b-256 7b202087b20ea952ddf1c036a77be55e058550eb77ffd700e6d436f9adf849c0

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6ad88e1e61e65c69d92ff1db8826686f913f147b427c99aa3202b027e766128
MD5 12a2bce6c11d4b7689ffd34278df010d
BLAKE2b-256 1be68e773a6446d5ba3c13f28092a573488f7561881308742572b9a81d0d99a6

See more details on using hashes here.

File details

Details for the file av-12.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-12.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 876302ee793a457a03c4faa8281012671bb52dec843062bec59d6f0ae3735ba6
MD5 c1300f557a250e015262458d2a2a43cc
BLAKE2b-256 7d2705bd94528222e0b350dc8c999a91bf85bb87f9d83a4ec0551aeeccc8ce65

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