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.2.0.tar.gz (3.8 MB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

av-12.2.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.2.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.2.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.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (20.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

av-12.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (25.6 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

av-12.2.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.2.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.2.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.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (20.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

av-12.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (25.6 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

av-12.2.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.2.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.2.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.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (20.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

av-12.2.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.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (33.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

av-12.2.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.2.0-cp312-cp312-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

av-12.2.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.2.0-cp311-cp311-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

av-12.2.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.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (32.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

av-12.2.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.2.0-cp311-cp311-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

av-12.2.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.2.0-cp310-cp310-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

av-12.2.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.2.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.2.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.2.0-cp310-cp310-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

av-12.2.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.2.0-cp39-cp39-win_amd64.whl (26.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

av-12.2.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.2.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.2.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.2.0-cp39-cp39-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

av-12.2.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.2.0-cp38-cp38-win_amd64.whl (26.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

av-12.2.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.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (32.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

av-12.2.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.2.0-cp38-cp38-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

av-12.2.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.2.0.tar.gz.

File metadata

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

File hashes

Hashes for av-12.2.0.tar.gz
Algorithm Hash digest
SHA256 460670325bbd64b7a6774b6bda05985cbe4582d111f81993bfbb08058f8c0484
MD5 6e633374736e87a291fde0efdef51b1a
BLAKE2b-256 9ee21c5708feb7ceb46c8ab9d2e3fbd451a725f0741d7c5336020d13be527490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0586a5ed90ce4d010fc9884d3e2bac869cb4e0ee85a3ac1e26d5d01280446d87
MD5 2a22cf5fbba12339efcbfd5050b0df8f
BLAKE2b-256 266ff062c08aa3cc9ce58a9358282d89f6675a7e9b5d4f20fe1206172fb0fb3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc78da95e8fd83ff113467807883cef039506ef4fb1a31106cf8ac056dfa9a3f
MD5 c81d9e4509d3216512f803e5aafac653
BLAKE2b-256 c778f2b835610829f752faace09b0d5d330919e3f7ec5ce2e32759aa1dd22f07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f1d8264a2096a84a5b23f0e43f25d4f976f34b6af2939d29c7334bd50f043eb8
MD5 b8532af4e786e8d9a165c0701c00437a
BLAKE2b-256 0704b620547c756e9186ebe6634526aefe598cf96423731275f3b03a6392917a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac681467309d292ac0e2364210861875167badfb2b567eb98a9bb5d6ba3d3438
MD5 a65979a44f869c547d8c83f75ab31db7
BLAKE2b-256 5ebd5f50ddcc7d53a16c5dda4cebef80f65b3f8cec10c99e574dba6edcd49fd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42b0e6fe67a449dd78d1e81dda177c0e1985cd76f539e46e819607b68c0a72f3
MD5 d4a5804a16199e4f1e4c710e2397abf5
BLAKE2b-256 a283bdce90a2b90e05736a7408c90a07a168179969e7b277eeaa99b28a1b2001

See more details on using hashes here.

File details

Details for the file av-12.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for av-12.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8a8184c226d887c5fe8512b93ae10838faeca4ee044a61ab4f2bbd69c29c16f1
MD5 60dac1547fe763152a4f710a02a79f73
BLAKE2b-256 34b40b9c3e396043114400a73b189007c033c67567125883de5922419ab9a3f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 909ddd39a9c08d5599560b95bdf610043bc66e9c2943c8230de62c0cc9ac8152
MD5 15eabc39d2ef2f614b343639802b466e
BLAKE2b-256 f26b4e98b6040f33ea63be04c02c90a3da698a523eac70713508c64039fb9e12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29c835f4bb89cbb80571ab1e18ad344c4642148626dd133d27a95dbd1e94637b
MD5 76261005abb2a290a45fc07502358392
BLAKE2b-256 4c238285c82e19531895950a763f862d04bff178ad0f24b4a20762d9cd27b327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc9995c36a31102901f67f11306af3e972ea2b6290296fd35a6334ea0325bf20
MD5 9b5dc39b5397bbdee6aa7a25828870d1
BLAKE2b-256 1bd12f989e4d482993e0d427a98e881ac7c0499a9e04e816fcadc4394b57f92a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d913fa71dbb9436798ffbbfedec62db12f50c8483311dfcd9b76ffaaf7383955
MD5 c202c9f2ecd9d246be18c181a34e7496
BLAKE2b-256 6f5ae50667063bb4d9058d2723a369fe30741eb682005c5d523fe19fb5747d8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01eebcdfc9b98cec21d36e43e38fb34f970eec66b47fdec88cd434e1b8e69883
MD5 86ccfba8f0e205d0126f6d89a6f318c2
BLAKE2b-256 29b4488c3c8c65693ef53b537347fff8693c4c995f34b9f9fd2bb8041fb19582

See more details on using hashes here.

File details

Details for the file av-12.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for av-12.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8eb2428d56cb5e690b4014e9c39fe8c9fbb909bb5585132327b8c467d1a59c72
MD5 e6518722564893cab99e8028530d83f5
BLAKE2b-256 18b76b691974597973fb2c51ac699ae73b2e0829972f7e8af190ee7f24cfe79c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3b49726898439583cf7805fc78563ee491a700ab79f5aae4297da03d5f9ffa62
MD5 a912221efd47fab65a54958cd909e98b
BLAKE2b-256 d008e7d1913356d049478e38acc83b7d669e8eb462519bcb3ca293b00c73d9f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d604718802b1c9644808f5f172d1cf1e45e9769ee7e5710de0afbc9f9f512f08
MD5 42166b57a9c8bbaeed9b77be74f2130b
BLAKE2b-256 1f0daf48abbe79d603f06b08d7505e473bf2fd0eed75c55836a4d6c83afd57f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cfcb66943386175d92700e459cb3295a1cf2c6ef033b83b43b42d904f3839834
MD5 a935ecf7948f4d509fcd813ece9797da
BLAKE2b-256 756bf3f3885916cb7d38f3104cc91c838f165dbe877ca9fb59b448637e18764a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df2f3620d5ae95f06417a046673d8b3d31f21f38b8ba038c7fc5cbc0e33a158a
MD5 9daa9782695dafc3b85f2e896c7f20dc
BLAKE2b-256 e589a50addda752a1788c8f713479682c39f468c13e3b593ca82a602a045fb35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4d098eb97c5bcd2d8a8fe4d3ed8b2f33e8a0936372713185b5958831152329c
MD5 a354c2d191ec5683b1b6e35bf52f97b3
BLAKE2b-256 22775b8693fc1ea1f2af88f55490f0dbfa8b734e6ce349c568d54b106c878af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cd41871196411c1290780f995b427a0dbfbc15ce7c53a729860beb4a29e77d6
MD5 35789a131dfb804658f3fbc94e6b742d
BLAKE2b-256 c8fe938460839515ba86c150786ce4208923ff85b139cb516fed8f2051a5e2ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-12.2.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.1.0 CPython/3.12.4

File hashes

Hashes for av-12.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6740ae90ffd7fe6e7439beab6494c966cd46739943d3046ea01021d4bc2b36e6
MD5 d644a9a00fe282d9d11e386a8999888b
BLAKE2b-256 38cc437ca48e268120abab9634775d0befecee7ed54327c4df2573f2cf9f9d51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8280def29f209ce294b0aa5045a66c1027b8ba2ba5b82e1f66e8a910ff1c1120
MD5 5126e394e6caedf0a1642030f403baf9
BLAKE2b-256 eaaa2e74958ebb9dde8b33940fedd7ead406bd52760589cd7bcd9c19dbac3163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dbe1ace6ebaae1de41f3b0412367eec42188a381fae83669d4b18e1340648839
MD5 b7582af7a3fd327d28090924f163286d
BLAKE2b-256 28fe8b7ec1008f42942f0cb0db1f700bc4d1e862018677c32f4d47331202302e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d143d10ce726ced812eb0d4834841349027efd082c13d45a42f6914aae402ca6
MD5 a4b2458ea6dd32fe94baa02e82789e7b
BLAKE2b-256 5b2a9b02466d6b53581b64c3fb9f6e063e2d83b549bffa7141ba10b0523ad23c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e60a6da4eb5200900b37716dd971676a1dfb8731b53e8f49a3e630b772f5c97
MD5 35da9875e8a415282c227e4bb8201e5f
BLAKE2b-256 9a9f7a94c61856e243ecb3aa58ceebbeae5f165862ffb4e8548b497d1d906418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0026b52b9981b15d71f7f09ecd32587d9b99dd350588f8e17ce726662b466c5
MD5 d9a03c0f95db42dc767302dbb038efc8
BLAKE2b-256 267e92107c359b802555f33feef5f60650a433ac084ec5e257134bf26f1ae559

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-12.2.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.1.0 CPython/3.12.4

File hashes

Hashes for av-12.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a9ca519ae6525a88637b73a1adae87235ac9a141a8d0b0c26a75cd4182c12a9f
MD5 c3ec48c74472d5efa9457dcfb5e82c75
BLAKE2b-256 77fda1e1f10666e3aa37caed52804e656f525b978591ab69d20fccc6bb35d115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 505955d5c2c9b7e0034fad7d0b57df6944adda9e42a606c9964ca5693c9b090d
MD5 9a4be6905d32b3e7821c42406ce8033c
BLAKE2b-256 f2500014d42a7165dc386bef02cae9de3fd5512daafcf0bae56d3cfc1e880df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 433589001c309d4ab655f0085b47bcab89e5ddeb6472993d9ef92e05eabbbe8e
MD5 d42e934168fe4aafb2d0254d38cc6413
BLAKE2b-256 72b9bc306aaae0743004ea0f45a779c35ce0896d284e36e715f383eaf04d3a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a7cc709c0c231f282f1b26a76b42d63100a8bc088522cfd06c500ed4b6c660c
MD5 861a3183ae0ad5a2f936bb4801be4baf
BLAKE2b-256 b8eb82b86e8f763dd104a75478a02228465715984e0fe91ae6c7567093bf75a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d17e4110efe449842d12bc11166141b5ca08ce821b7529f02ed9dc3b73c9291
MD5 d325710f95997a6ee7a1f17ff8944558
BLAKE2b-256 1094d4383c50b1a819e0edb43637d6cb03086b1fcc563e9c07fc0eb2840c4e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f74c9987798d45302b86e94b3bdb6009e9a509c57971b5599aae4353f5b8c5c0
MD5 8d13fc39c7af733a008049dea478caa5
BLAKE2b-256 730841200974e40a803da6d008cab7a801d187f950d92efa71182680b419a99a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-12.2.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.1.0 CPython/3.12.4

File hashes

Hashes for av-12.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bceba179304744998a011c3fd8530091e75037f9665dbb59a0dd1d2dd42c794b
MD5 fe6912fb42ccf6acff0e5c21a80d5182
BLAKE2b-256 81269ff3ca88377bfb3f2f50b2fad06747bcc9530134a111c90cfa866152767c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eeff2e5872a0310d6061d0faa5c378c71f8b664924329c05c8a0de9ae700124
MD5 b5e01e78d2bf9c9766f6d5a15819eb01
BLAKE2b-256 e162276f883854621c3675c6a98a0522626cf0159d8608b68becc87891192530

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5165110107765c70572e8c68bca39b1f495ea34e0aed5635ee5b3badd87f3699
MD5 b5d59a0d7211da2cd8d421f8eade688e
BLAKE2b-256 f8e28381c10a21256fa1cce982411175e2bbb4ac17f9310915a5c9c6146f5a1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2df91ca71fbb1ad9823a843acf6c90ff00599520dbbd3fcc44cf267e8bdbd51e
MD5 e2c003ea7ac807f62549988ea81f265e
BLAKE2b-256 dae7aca1ea2425ca63efaca4b509f295ef6fc67e92193f241c069b895cc88eb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1b30c26baf3e000bb5942d97c2d85ea692d8dd8847ba88fd43065ef5de71a3c
MD5 62994c37a6a7ff12a2886d58fdca84f0
BLAKE2b-256 ac23bbb1841eefd2941a5d05014daa60245ccf299973fd1b98af8bb71ce285a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b05248d522b846338d149d887ac299e877f6a01b489b49385ca4790ea03be5fe
MD5 d4bf2af12aac60a56dc726f73354cf90
BLAKE2b-256 2e67ec907d4915c1e5cf23d601795a9c7488de8590bcef6343d0779ffea47d76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-12.2.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.1.0 CPython/3.12.4

File hashes

Hashes for av-12.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f69b455952d26909cd350dba5967d2e1c2a3c6fa3129e04308fdc59c18e0a6dd
MD5 1b5b49c4aab088241738cc9546d10719
BLAKE2b-256 64ed7d2cf42dc20c297efd8e2823b4c2c04b112b7a3a66995e73b22a2c22b131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52e31bc61d1036be12400a35f8fd73fe274ef013f3e183e63a6a3786069b26bc
MD5 61db145631124009fca8bdbf211684e2
BLAKE2b-256 111961b26e4be23d7db45a40c544d26471876dccf78e03df51b02e29e3db7a28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c9553e2a537d89123589f2b16b82e491968774c5426a11bb95762cd6a0aa384
MD5 51ad5126d68dd47e37ab4d5a01e0642d
BLAKE2b-256 0d436092305e4f7854969bd3bedfc9750281c42da1ab75d38417ef150dcf87a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c263791697a5a60798a67fda10f4ba5f81dc9b541595f82bfdcc2566ee866e32
MD5 0f04685d40096efc4b62e71e68b33874
BLAKE2b-256 b5cb1d3b07a0ad97d2dd6f260416fd892ff4b5c4570e592b1bc2eeb4beee6f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d88a567f17614605613d9905952baa4281988591a76fd270dc0a54eec6595c7
MD5 7d77f89719eb27933afb55af80f3a684
BLAKE2b-256 7c06ea2b1e9aed0d08d313b7bc60bfe2dbce914fbe8ef8a300902965fca12346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f61b1d8335c065ba7f03f0bd95f35bef35317a0073a5ded21663f6c664b8127
MD5 632217be3188e151f7efbd4a4c154099
BLAKE2b-256 2d15a9d63917ab40f2e15db9d406e9051d41c259e732de1c08b37dc09635d3e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-12.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 26.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for av-12.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 92a7541ade9bd562b598cc6ec17745dff2b4697a7e88bb47e51d22a248f610cb
MD5 1c5e9979761e2b22e4e0616542a4be16
BLAKE2b-256 e7416b04e3f9e8742eb81de4908e1ad3a7613a4638200168decfca82ea3e439c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0da53f16d7cf936bd631eb91afcf54f092484e08afe7e2bf492afafdf133472
MD5 a862dc0550e9813d800f685d059786bf
BLAKE2b-256 e6169a6531f58ca2a23f00d9d2f3447e16df7ca7e052bf7d5141c0c12677bd34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99f2bfa082199e758bf4daea993c134a9109710c92e8f19cd644716577f1171b
MD5 bb629e6794a392a4eacaf2463b9c618f
BLAKE2b-256 cebf90eab4ebf22d577d7e6c91a1cecf811ea50994dfcd00d0d4f61daaf52e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a3e4241f28e125d1a3b3496a0b4e26b8890c71b5e03081bbf3649a34bb9448e
MD5 bac1db867ef1b7023d9808cdd483aba0
BLAKE2b-256 3a428d81bddf28d3e208ebd1a827a8039bd2de45288e9c0170409c0be3f7cf15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfcd81555b60ab2868cc4e6ef2f0e5d6d0cee13ebe2d5be37d0fd7f10c4c7fc4
MD5 eb75d0432d3b86c5339438f798d31e16
BLAKE2b-256 e9faf8b5de56a2693e9f9e44c1caccea6e9b12fb477486253a7e616ff07180a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-12.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f7248e1d75cf2a154146eae48b8aa18d4b2b4ae5e19d97148a7e494581f7d30
MD5 7091d57c49213517762cc6cfae96f760
BLAKE2b-256 467020437408a1b80adae3de234f926915d266ab21634ee02f7823d1c2211793

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