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

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 (for development or testing):

git clone git@github.com:PyAV-Org/PyAV
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

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

Uploaded Source

Built Distributions

av-9.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

av-9.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (27.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

av-9.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

av-9.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (24.4 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

av-9.1.1-pp37-pypy37_pp73-win_amd64.whl (24.4 MB view details)

Uploaded PyPy Windows x86-64

av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (27.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

av-9.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (23.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

av-9.1.1-cp310-cp310-win_amd64.whl (23.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

av-9.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

av-9.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (26.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

av-9.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

av-9.1.1-cp310-cp310-macosx_11_0_arm64.whl (19.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

av-9.1.1-cp310-cp310-macosx_10_9_x86_64.whl (23.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

av-9.1.1-cp39-cp39-win_amd64.whl (23.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

av-9.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

av-9.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (26.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

av-9.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

av-9.1.1-cp39-cp39-macosx_11_0_arm64.whl (19.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

av-9.1.1-cp39-cp39-macosx_10_9_x86_64.whl (23.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

av-9.1.1-cp38-cp38-win_amd64.whl (23.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

av-9.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

av-9.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (26.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

av-9.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

av-9.1.1-cp38-cp38-macosx_11_0_arm64.whl (19.3 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

av-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl (23.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

av-9.1.1-cp37-cp37m-win_amd64.whl (23.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

av-9.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.2 MB view details)

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

av-9.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (26.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

av-9.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

av-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (23.4 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: av-9.1.1.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for av-9.1.1.tar.gz
Algorithm Hash digest
SHA256 41b1ea2faa5970b20fe3797fdaf62fceb6e6d26d70db28dfae55bf0c8c45ac3a
MD5 c0a70485b71ab2087f653923b54a7f5b
BLAKE2b-256 003f9fe21065912902a7856a69df334a67b73a51da5e08ff033fd79f15d05764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed52086b8f269ece74075fde76fb32dcb3d07c9a4c69c6d41f6820009da26371
MD5 761466037c4fcc74fa443c7eab47cf81
BLAKE2b-256 f0c021f6ce131d062373f043cca069409739619e764fa22d369fd933de03676f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9205ae05ee48d02d644251aa069723be279666a9a28b8abff42145ffbd468472
MD5 0c3423aec89a4041d3be2da62155c5f8
BLAKE2b-256 c1581f54377611b75001ad96ca815d120f0808fff327ea4f8847a6ce899377c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d51ceb51c698a765007b3f9b769ec76f1c2eb87397197786ed4929f35e2040f
MD5 ed1748fa8e924352ad840207c729db08
BLAKE2b-256 8550fa356b47b2edcff3a7afa778f75b3c284b2fb227b71826b549af9c768f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7a5daf7c19a6aef5c12d5b376b1c533e080d67dc9e82d332de1c889af5bdb637
MD5 ae59c7ec488844d770f97205057a2369
BLAKE2b-256 a215eeda2476a362a039966a89e924c5c28490d0a2f6247f67939f8e11564e63

See more details on using hashes here.

File details

Details for the file av-9.1.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for av-9.1.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e88ff6cd30d373b2327aab4411b2e384f0bd32ab74b3200a93a37e3bc4687631
MD5 88a2fc1ba3a72491ed52c012ebe822ec
BLAKE2b-256 44a8b364591ec461e34f5c12147386ec6265ca9d8e9817ae8c541969d765fbb2

See more details on using hashes here.

File details

Details for the file av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92e0d45825cc4a00d8c62cea0c8042fd6ef416144ca0b27425c2ecacdc697382
MD5 98a004806d24de7a3b8c30df93a3ea3b
BLAKE2b-256 83fb4a90dec501033820973a268c32e0b287d15728e184c3302d514ff5c585ef

See more details on using hashes here.

File details

Details for the file av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a8037ae80c11b20e273d0f88a92f7f022a4653a5678751fbcdf6651e1f6f4524
MD5 4194aab8a50747e5b2f01cfd2001aa48
BLAKE2b-256 caeb85add33f0977bba67e267bdf90f5b000d54d19ddd3bf4b0a6b061ab854f8

See more details on using hashes here.

File details

Details for the file av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-9.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e08cb17bcfddfadea7214cf41da2e8b151bf5bfc00c67ac7dd27710d0ad33bf3
MD5 6d1e1fd531aa04608c34ae4e0859afc8
BLAKE2b-256 b7b5d2e3e5ecf718cb4ecda66013c2e6ffa1be3c7c766aa258a6865c6026c2fc

See more details on using hashes here.

File details

Details for the file av-9.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-9.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d80eceb7e234a4255488598bf934664711eb6249e6a003da392837823313ad8e
MD5 160bf969dd28f118514040ea52d7c0c5
BLAKE2b-256 7587beb8b256f99b0a5d961ddd3be92782046269eb2d06d307ecead78047d9ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for av-9.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6726deea1c662ea590e2e662714f5df49e4ed69bb8a92050675c8ceb8a3535e3
MD5 5e6a51694b86f402c962138088e73783
BLAKE2b-256 ff2bdc8b21127d9adad0c6a3cb4f8100c24ecf437ae383aecf459cf3d9c4aa36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a849fcc83154d973b480bdfd65b2c8ecf590da605f3db562491f210a5b499603
MD5 712ecce2dd415cbd821479fb9d69ca9b
BLAKE2b-256 9fd8c578eeff7a711ac04c510d445083ee03f56ce859fc7c4b9d2bb24f0c2537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eba39fc6bcc05b41b60de6a86bb49330c6dad927d86254b7bcf1e655394513ee
MD5 9b6e6b8def939e870f89e942839ce153
BLAKE2b-256 cf4248733c42a774ea60bb2f7bce5fc87a339f680fdb018a5d7e7f96fc6c1ecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcdff1f2381bfbd41da12c9f466ab8656cb01544f6f9e5f7b44ed6c766c74373
MD5 458f907c8e55b60b1e70db991b24b4e1
BLAKE2b-256 d1929f1a5803c0493e4837be8a5cead29f73235ee4f4135061e926a63161afd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f98bfdca471a8bab9429aabaf15c8795fc1eee2021717eb30e64501d4665618c
MD5 4a35da7aa8cf29ae5fb9432a86b94e77
BLAKE2b-256 37df8337367a4263d7ed86a741765644429496a5051c4c28f6679c486d50c113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 861139ea89459f00eb07d126c588dfce28a8d838ddaf504272fe3e5ce2ea4a4c
MD5 0ab1a2e546d641ec67d7f9ea27cafa7a
BLAKE2b-256 7d19ec1e73e33161e44fddca3b5642bffd8e476864ca9d0ac97c6a4513a80ead

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for av-9.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7c707ecef4d5296fe59e21f8f8ad9ffcd24a5b13cd6d04af3b810f906c4af086
MD5 e09ed091696e3f210f5bc17c908f105d
BLAKE2b-256 dbbf025df174460fee8a9f79646b02190af160620a3e28a47f4ef9fb7e127076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcee800b569093be38b64742d380cd76984134aecaeef0ab893ec2138a6894f5
MD5 8ab7b3dadc0589d1f7d8477f8ef8f415
BLAKE2b-256 023ff2f03393bbadb87e5f2ef1aff20dcfec67909dd32c3ea5b18ece00877a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 518329283177d90791298ecaddbbf753a1f84efc69e2749688bd10dce105befb
MD5 8c598f5f115372c4fce09e5d2539b9eb
BLAKE2b-256 d39c643d8ab2a897cf3ea081b9eddefa6af4a2db7b001cf9423039f99ebe2c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ba4d6e3dff5e256e8bbbbbe73ae42ae81186973a63725b698e82696e8eee0a0
MD5 b4801ed57df6770279e730f6fc0f39d4
BLAKE2b-256 63f158fb7251d545409559015f82ab00095576bc69ad59ab8569b1ae7ba7a4d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for av-9.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e09a8a394879bae7d25c14cade1b1df5bbd1ae0f28206ffe60651512fd27acb
MD5 b8cc4b64d171933d8c6c9ebbc79bbe46
BLAKE2b-256 badfe76ae5156896c97c49a9a8a4ef44b3487af22a9018192fe9a0f9884ab108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44fceb1b3ba0097170795a7ac40c08b4ee038299665ed708a4700add1fa44fd3
MD5 3b38c26b5fcddca50ab46afa1d9ad7fb
BLAKE2b-256 95274b700e9f132a6f58f8ad00b921b902acf9f653a98e33f445e704c228adb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for av-9.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6186696463a215b6723b8cb388bff47e3fb74718e0db7ba3418b907fd1911d59
MD5 3dceae73ce6b883bff004cd04e686ccd
BLAKE2b-256 c4405fb44c4109316d680ab91e56cbf3764b17e70d33dcf0c505732a42d4f5c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a61874e195d09bd8f0bb9d73d736cf5b2c9a172e09985fc8fc3f8c9bcacb8fda
MD5 7d395370d0a7d0ba7bf9f2b2fa0c88ba
BLAKE2b-256 50ef026b71576bcff974d043af84bba9dfc78f23daff0fd1178c3d13d45a68b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b93f9ef7f878744287806df4440382c58d291fcd10e4c658effd1676c3b56a06
MD5 4a830d0de1758662c3607a3886753df7
BLAKE2b-256 a06fdc1a43c4e5cb8898f1bd8f2c1060f2cf60ce12414d5e1064f651f57f8aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 daf2931b1f862641c6c89b2bfaf2fa4c1f5c85ad8f6c9eaffaf8f18e18aae397
MD5 139d19ef651926e380c6874912f21395
BLAKE2b-256 9e69081a5c1e4f1a1263f26c88dbcb0098975b27885d6aa500da02d930eadebb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for av-9.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a616a08b5081743828691338e8b5fe1aab0a4987856794bfdb2823ac55eea9a
MD5 6fd5ba62acabef2cecf39b76a37cddde
BLAKE2b-256 ee8c963730dd5b8bd3f2045e33afaab0fc772077acaa264c509cbe84fa4f2481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for av-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 953f925b0c43eae438e43e085f69d3e65770b7eec803a6173c6db8cde35ad28c
MD5 10ebdf8f52dbd57399f29528e2b526a9
BLAKE2b-256 55c100c629cbe64eaa5e1d2eebc1815efeb574e5b4ead77f0da3e5d8ae0b3694

See more details on using hashes here.

File details

Details for the file av-9.1.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: av-9.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for av-9.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b67f5970d977112e2b3965f656dd95cde80f4ea8d2c94571eb7d20a20c0a0509
MD5 d667e5be0b30951972b8b443dc26cd8c
BLAKE2b-256 9d143e4d21ed8c13df394f7f5ae58397ce8da127d31951821afa582aa0ba008c

See more details on using hashes here.

File details

Details for the file av-9.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for av-9.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad8be3bc1e17746693d333efea14576ae2f7d0c8113378ae290868559c03468a
MD5 a792087cca234f2177640507fd9d6973
BLAKE2b-256 98d22a4ece3ca5f096a8613aed0c7eabdf6c1dcb56fde890e9ffb78e15a51556

See more details on using hashes here.

File details

Details for the file av-9.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for av-9.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f1b32552f1a8116b990bed80ad8105d5884f1b8bb08c3232e5b9e45f1438a06
MD5 15e62f283e163be1d17f4ef5f368ef3f
BLAKE2b-256 c3ade0f3e45f67d0d2822f1aa9f03ec27db12876405e57d90c21293c1fa321e3

See more details on using hashes here.

File details

Details for the file av-9.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for av-9.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67ad9f529224af3f56fffb04689e91aa3afe790274021beed60371c985f6ca64
MD5 e45b906819d59f1aab80ae60bd88a52d
BLAKE2b-256 44c9a21d2a55ea2a91b27521052e47ec6d60ffff6742c0d801cc766d3f04248c

See more details on using hashes here.

File details

Details for the file av-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for av-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d91163e05914656b907b89e4170e879024703b2cca0668f7e858377de6786a28
MD5 4ca3f7f3b8af432d83ae2ab8267978a6
BLAKE2b-256 2f6dbe97737362ca2e520d3e626023bc9aa15275ce7fbba5299c805ab66e4b5c

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