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

Uploaded Source

Built Distributions

av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (45.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (46.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

av-9.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (24.5 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

av-9.1.0-pp37-pypy37_pp73-win_amd64.whl (52.4 MB view details)

Uploaded PyPy Windows x86-64

av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (44.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (46.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

av-9.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (23.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

av-9.1.0-cp310-cp310-win_amd64.whl (51.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

av-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

av-9.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (44.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

av-9.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (45.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

av-9.1.0-cp310-cp310-macosx_10_9_x86_64.whl (23.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

av-9.1.0-cp39-cp39-win_amd64.whl (51.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

av-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

av-9.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (44.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

av-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (45.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

av-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl (23.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

av-9.1.0-cp38-cp38-win_amd64.whl (51.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

av-9.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

av-9.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (44.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

av-9.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (45.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

av-9.1.0-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.0-cp37-cp37m-win_amd64.whl (51.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

av-9.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.2 MB view details)

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

av-9.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (43.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

av-9.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (44.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

av-9.1.0-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.0.tar.gz.

File metadata

  • Download URL: av-9.1.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0.tar.gz
Algorithm Hash digest
SHA256 7ca72360253e511f0dc10c09fad223d4b791bcf512e5df88de2b5a1951ea01ad
MD5 4bcdddef011d34511d181a625fde4ec6
BLAKE2b-256 9f99f9d4cf518235b9af5501c1a97204c14ccb467fd4a8358533990e643f2b07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 48.0 MB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1bded68dbc0e5eacce048207a5cbf63a8e69d1810db298588c57f75c49bb77c
MD5 c23fda5d417af67c0c959dec8bf91988
BLAKE2b-256 b984bc3f434251e3a21de29641365afdfc7cad84aa5098675cedfcc9717b35ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 45.5 MB
  • Tags: PyPy, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 83ecfea7cb5267c4c1f417c4165a8f6c4fbd0d1213b5e9a23198e1c8e77dd834
MD5 561c4c4db3613578f6d7b8d5b6bc7576
BLAKE2b-256 9e6ab8d9e9d38c4f78a5312da020ca1113acf5b64bfd8763d03479b046ca50e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 46.6 MB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dcf59c607e933a1d15e18f922650ce5490519fc2ad01e16595e46f0baa360004
MD5 015bfb503468147a11f74ee97698850f
BLAKE2b-256 fc6b6c8595f2cd230475a09a46c61aad58c5f3b130e1e4612c09a5b916186aea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.5 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55d5c55c3c896e1b409c48558f2874f088058dce6542770bdbe836f946884432
MD5 7c729b126e3bcd4dea580e44795fb828
BLAKE2b-256 08b794f584a7309dee5f816508ad3c09b1badc2332f9f65d13b0d076b63a7eb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 52.4 MB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 654e6ccd9ddc7a3081695b7946ce8b94acd2b93695a5fc80996cae00847cc5b4
MD5 8fdcd403a7ba5c96907b328a70b70bd2
BLAKE2b-256 ac7239852c7592806c3612a678788ad1487b261f427fe79187031e633edeb90e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 47.5 MB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ec026aae405c8a01603dcbaaffb22e4bd0dc2a24117ddccbdba307b77dfba81
MD5 a02da657472cf6ab5fecbab1551c8e59
BLAKE2b-256 7833ee402b8fa951051cdc486b695798518a07e92c311d56faaea21ea4d4d9c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 44.9 MB
  • Tags: PyPy, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf8adedd89655bd88605817c06db7b0865322f6632cebe219bcb1d00204485b7
MD5 d64ea664824e9a33e7859164e5fd12b6
BLAKE2b-256 5b15c300c83d8946d999f9b9d04fff68c6bce239871d1575322ed6e89dc127f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 46.1 MB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d4b3b1c1e630e10565318b5fae194b0f42a40d5358fc4a7b3758e8b0f9c4506
MD5 82053dfd960ad0d6f7cda2926fca62c1
BLAKE2b-256 f916289fc64b0b11ec7ceb5e1b9218ddad7f91bc59644d2d6db0c23e45160862

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d5526e8f951bc78aa0aaed65993c9f2d831842105d257bda5bdc230d5cd1df8
MD5 15c11168966e2748dc600b1e2f0fffc8
BLAKE2b-256 2b916a39d9f29c7b48a630389e658815bd061ec41d931266bc585d7d22f79375

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 51.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 898cb172f55fdc10c401c1bc55097fea966ed3275331de577012eff39d51e95e
MD5 9cdccdffcfe0425fb4403e328dc85f1d
BLAKE2b-256 d2af48eea3ed40aab596ea84ec7133b72dfcc0155fc2c9fb334cbf139fa9910f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 46.7 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40cf214a6f862c5a5da7a386d8bb6568d4a6f48a8b3e37bdd834841d654ca58c
MD5 834f9f76cbe75a681f5eb7e317370169
BLAKE2b-256 fc2f562f876ab281ffda26a8f398cee77f11d243619e87e43cae008e543f1f0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 44.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2842b1d8c859db883579b351a2fff309acb7221b1c183eba1c05694d7bcd75f8
MD5 15dab765464920dbe2253a1f5cbb1248
BLAKE2b-256 f8e38de8698aff21fd5a5f803d5bddba1a7d8d02c2e2e8dc216956097b199928

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 45.3 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20c23b9704535488521b09b60ef6159428ded31e550a742d5964003076f2759b
MD5 033949b6ee6a9d163f943a096d0528d3
BLAKE2b-256 f9cd61b3515ef7b35a157c893dcc3e7f7d89ec9a1dbc2856f1107ecfbe5071bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38c84d91c0a93a23597b6a2dd7bbc04916473fa748a1213d423d89f0e3d020cf
MD5 7f32cfdfbc1d1e753c76186f988ff9bb
BLAKE2b-256 aec03333cdaa64fb75460aac3af790191f282b088ea179bc164e207390ef25a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 23.5 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74478537fe21b15ae4c3c8fbae617c34efbb339a129e37d7f2bc0fd6557ad2e2
MD5 b71bbb4e67e45b6d6812bbd78a87d343
BLAKE2b-256 4fb60fce98966bfdd64a9a719663770628e4678a57bc09ba8237cdedb188b548

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 51.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ec75482eba52fd5ee9835096b533048afbcac35516fbb4c626be330c4d70c132
MD5 f12b6773c89c28fe64b10d5193fd97a2
BLAKE2b-256 9dad759190ab4902b9942dfb28cc174ee2ce74a13fb4ce82b5b7de8c31b06e62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 46.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5d1793da909a64dc6b1d6ed868f86eecf9199a85c53010b981d0c4c463d1e06
MD5 2c304750eae7cdaf7e4bcdca0b9f3363
BLAKE2b-256 7a85ed8193e83bf353467bb302c8b85ea2b6f7458026d77792d3b614db117ca0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 44.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c436af131a3b527111954df8d6bd4d23cf974e78d6151e069cbdb028c8eef832
MD5 182114e69498c72d9b7237e07c2db6ad
BLAKE2b-256 c2442e0c61197321b23e3264d1e020d8d925df073269661992d3bbaadd17f423

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 45.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cb6a2d5ece2e57e43c569b1e6bde21866b7581f839429e86f72d720b364f4a5
MD5 5b6b92d6dfb02554d37fe63ea16a7347
BLAKE2b-256 44bce54b2a51240b3508f00b532f2123a59a2e4ba57909d5e79030672d6b6964

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-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/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfe08935afab4758e36c6f77c829f384ca9aa7cd3d92bf44f3fff526caf13fca
MD5 2c25bb5cf2381af92ce76f3e8de8f641
BLAKE2b-256 c90c0be9a97ae53cb7405d40f429c643f9b3bb0fe29c0f6cb5a49c7ab943ce2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 23.5 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0623f9f337698c0b2320d5525966caf4e7bea58a66d7ddc0bda5f3074694c7b7
MD5 7b118ef103eff83da9af189d8f16a28b
BLAKE2b-256 8fc5fd8f6eef05deb9aebd0ef94774d649e88433f74e9cc8ac4b6b8707f4de50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 51.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b9f648f8a673c0a2152d10b2ecebad31c72225bb0fce6f86ab124d61a799db8d
MD5 c9ac039bce7c19b4af473039b47e4650
BLAKE2b-256 d4ee79f6bfdca3edb13153fceb088f49188835ca2d1d2ecedf7983e533321b08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 46.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1819e85e28e8c4442e0ef443f17ddd34e8194d3dec143f9da51093e877610461
MD5 2b7f68c28daee879aa37525b0b3f9145
BLAKE2b-256 7a54c30e8254ccbea51218123da47403fef1e64a3b9ad2a502a7e17671a78186

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 44.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35f954e5a292e9ed67cde87475b28ad423606ed05fa8dc3cc41b1d6b72dea030
MD5 87f91fdf36ac10758250e403fa8317f1
BLAKE2b-256 c111a728a34a9493f7ed1ac86a2da0cd8731526cb96ee11f12809abd1c28f7b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 45.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6aea31f1b003e6e88b9eb329a651b31ab73308ff5f3e9583b8be771e614f26e1
MD5 12f476dc9ce7af262e1751d11e4d0e18
BLAKE2b-256 0f6b2849cebfeec1f62726c1a0707803cc41ed899adc89fde9bab7c4c7d5a8bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-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/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bb922d64057aa225ce90fffa8bd9cb481fc37a9f8e20dade08b5c1e5dad4a1c
MD5 efbd010c6aee24f94695ac30ffc4a4d4
BLAKE2b-256 6700a295cb4955ee6bb21d2f053d23e9ccb8c865ab05677b74ede497da63a7ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c3d3561b9af6baff2edd2b6fa3611394d19f1e79aa34126f0d9e398b3701b9ac
MD5 4c89223f79e7b7571f9e45f718e75422
BLAKE2b-256 c2304e3316dcf0a493d3a11c4fabb3460e75bcd994fbf96081ec538dea239a7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 51.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c04eeac0aa2da3fcad6306032cd77a4229c2e6f82b1b4bea2d903c20bc12aaad
MD5 dabe4836b4100603f1f82183de936dac
BLAKE2b-256 d3e71f5a65b4a91d49b498f7042145090ae26ab54d22a3520125bee3f43c6a44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 46.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a2c7650a769237e37a9cf98ab8f971f1aef8ca8daa80846836aa16c1fcec54d
MD5 1cf884135c0914cc5493cae32479d39b
BLAKE2b-256 a0ecfe3a6f1a5b7fdcc2f5a22c8325b4f6aca015295b502a22517156700d3449

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 43.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95bf040d9cd56092de4422c76abe3209132ab9283c282c84a81b370ced1b22d1
MD5 e1b642628ad1f1f62d6535fa9c119f9f
BLAKE2b-256 1b94c3455cee0a6b47c5e49bc19f7aa58e95c3ed287cc07e41667e3ff2c6e168

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 44.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7eb6892c4a97efffa146ccb18cd3d7dbff6f4b8f90a604efc6d2b633c71441ab
MD5 fa22c78740e040eb59c4ea26d9897228
BLAKE2b-256 5e79f0520125592108b9562dd9c99fdbccc788cc6f70b6455dc792de702a303e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: av-9.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for av-9.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c011452c872a031b3b390c712a4e0c802e42f3dfa5f9d04a6763029d018d07a5
MD5 82b95be4a7c64811b2397d56b7179cfe
BLAKE2b-256 5c63e85f3684de26698ff0dfc57dc9b996bd88c23d24b8ba5ae2867e0229c3f5

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