Skip to main content

Pythonic bindings for FFmpeg's libraries.

Project description

DeepCodec

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


GitHub Test Status Documentation Python Package Index Conda Forge

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

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

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

Installation

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

pip install av

Another way of installing PyAV is via conda-forge:

conda install av -c conda-forge

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

Alternative installation methods

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

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

pip install av --no-binary av

Installing From Source

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

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

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

# Build PyAV
make

# Testing
make test

# Install globally
deactivate
pip install .

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

Project details


Download files

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

Source Distribution

deepcodec-0.0.3.tar.gz (3.9 MB view details)

Uploaded Source

Built Distributions

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

deepcodec-0.0.3-cp313-cp313-win_amd64.whl (27.4 MB view details)

Uploaded CPython 3.13Windows x86-64

deepcodec-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

deepcodec-0.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (32.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

deepcodec-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

deepcodec-0.0.3-cp313-cp313-macosx_12_0_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

deepcodec-0.0.3-cp313-cp313-macosx_12_0_arm64.whl (19.9 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

deepcodec-0.0.3-cp312-cp312-win_amd64.whl (27.4 MB view details)

Uploaded CPython 3.12Windows x86-64

deepcodec-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

deepcodec-0.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (32.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

deepcodec-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

deepcodec-0.0.3-cp312-cp312-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

deepcodec-0.0.3-cp312-cp312-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

deepcodec-0.0.3-cp311-cp311-win_amd64.whl (27.4 MB view details)

Uploaded CPython 3.11Windows x86-64

deepcodec-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

deepcodec-0.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (32.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

deepcodec-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

deepcodec-0.0.3-cp311-cp311-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

deepcodec-0.0.3-cp311-cp311-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

deepcodec-0.0.3-cp310-cp310-win_amd64.whl (27.4 MB view details)

Uploaded CPython 3.10Windows x86-64

deepcodec-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

deepcodec-0.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (32.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

deepcodec-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

deepcodec-0.0.3-cp310-cp310-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

deepcodec-0.0.3-cp310-cp310-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

deepcodec-0.0.3-cp39-cp39-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.9Windows x86-64

deepcodec-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

deepcodec-0.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (32.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

deepcodec-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

deepcodec-0.0.3-cp39-cp39-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

deepcodec-0.0.3-cp39-cp39-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

File details

Details for the file deepcodec-0.0.3.tar.gz.

File metadata

  • Download URL: deepcodec-0.0.3.tar.gz
  • Upload date:
  • Size: 3.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for deepcodec-0.0.3.tar.gz
Algorithm Hash digest
SHA256 76eb8b233d0be85a42dff83e29ce1f3526d5e1258febd0a079a1db7623df51de
MD5 2b24ee2b66ea7fffbf3bbfcfb4a297fb
BLAKE2b-256 6a8fdb5e6949c459bee35cf1a97c6ddb7505fab08dbc37712e6e52dd739f1e0d

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: deepcodec-0.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 27.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for deepcodec-0.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b8eb31eca1e39e91b42942e92bdc46ea0e097935301671017ad09e6e5bd16749
MD5 dcbf9dbbfe8b67811d1159ec7e0c1280
BLAKE2b-256 dd5d076bac24ccca3906a6dc84852ff6e5ed6bc3817d19d96de080a28dd8941f

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acf641ebe2fad1fbfa5b7ac25e5630722e5b3e0f5c1a618faf7aacd7133420e4
MD5 c33ad5078e0d839376653a09d1fde1b8
BLAKE2b-256 e8acf4afe6ecabcaf5db077eff9eb8fe8e9324d133433dff064a34f614007cdf

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 45105862600f3f793427bc8eda9572146d3a59e74ac3046b6d6d8add3ccd596e
MD5 55ec23fcc42c909b84b6793912d73447
BLAKE2b-256 14a0ea1d94d18c7c98ca271b0f34c278f83e3994ebc0e312cb474cc6a5cf9a91

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a1be45c1596134d60350d9d597448c6bb7adb1ceff2190ab06935a536029e7a
MD5 04f257e888f59be655ec45cc473c9405
BLAKE2b-256 e8e62ac09bcf700c949c5df115729a218ee5a1cea10d91faaf1674b9fbee1818

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f512da91e1f4064fa0b9297fc3994508433d03231a79b096238da73880a99f24
MD5 09dda590b14ecea3284ec165680e7605
BLAKE2b-256 d2720cf0ec5a62ba5d644f201a225dd496cf4cff70a23f0696f33eea5675a222

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 424004c32375eef650ad6de5a5107b1ba57bc4bd7d95c430947a4d8d88da5aca
MD5 732f11092217cb3d1d1ccb45b6a85a71
BLAKE2b-256 f878b3a3b19668888cc8db6207e9e2015dc2a22487514301abee7f8b9813c782

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: deepcodec-0.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 27.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for deepcodec-0.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 700a434a3282867245503cff2be8c36e6ca19820711e04fdf05e79d03e2b7bdd
MD5 1d5ee4abc085ab63437a823b919fb2ac
BLAKE2b-256 e4978b4c6ffc3aab8c47c662674875767f83b754437021cc46e8b9830a4574c6

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1f0874560ad11ffb87d35d70bf6d18bb3105fd7f7ebb31400ec1f86003833f7
MD5 f622b73373eabf2dab576732b51baeb8
BLAKE2b-256 ef023b1f09f31b9340bdb1ead5877e8d1ca9c0f0464df262d9ee94ed7fb1322e

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7c7e88d3492c804a2aa4aeb21d6fe1e519ef8d478bafd2a63ead71e05444372
MD5 15a35c9e18816327f67b45d629589a20
BLAKE2b-256 1374171c2e500c6bea703cb0fca8ca7f20af4d087e2e80ce25b3c70e896b1396

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3a29fa6d51efff649db18eecbdf2c9013c6f8770a0d586a987e1e55c9a068a7
MD5 7a393ad4cfeb83f333cb020fd95fae4b
BLAKE2b-256 94448b2a777c0fe965bc4092c0876429fd8070081432f219b948ad16d85058cc

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 5c0bc975711236ce8e00a8fc0a5a64736e0829212d74aaebeab9708649ebc828
MD5 d0e084de202c20a81d4fc0f988204e4d
BLAKE2b-256 1016db23cddf455514511bb8c06f5c815c1916c59cd768d9325c4877c64ccd5d

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 19a159ce51dd1473bb21486c00ea9d5e644c7bbf0f766390bdc0f294fc91d646
MD5 2ef14ada43776f3f1fa4f7f0577dc033
BLAKE2b-256 e3b2bbfa7cd8aceb987896c5040d64572e15f8bb428123b2efe76982bd1c68d8

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: deepcodec-0.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 27.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for deepcodec-0.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c52e8038cc8cb073bb6091df525ce6128779235d2e22875ebf87db85cc601b9e
MD5 ec08b12c462ed8932dc9734473c5e05b
BLAKE2b-256 b319e9342834418dc951468f766f9c7866cad55351b9ef52a312926304932ac5

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 626870f1de7bf5f7cb0a16a94013a3036c1cc906b29d8c0f7570c2ff51ae3d32
MD5 c12c165a0d14c344f5bf4bba5ba40e56
BLAKE2b-256 5f17c6d27f230eb9ab8d2c6e027d23e1fe3ec38462329b64a0114736835dc9f7

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef82e7ca3c3b8752b7edc87aee6d3f1eb47d2cdd5a743cffb541512dfbe65c26
MD5 82295b1236af98449424bf78939c225c
BLAKE2b-256 d9a4ea5ecdff1b6e18dc97e154cc06638580612237aed303fe55fbf4544c8b44

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 041b96f8ce58668839a95edffd76a22919be53b5fe001a52cbda26119c08bf33
MD5 29394410d2f0f5521505dc5996db0521
BLAKE2b-256 f877d75b48b0d9964ec8add8213e3cc31e6a753faab6f1e0be6296d4a1e2cf68

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 0bcce8aecfddd8ef21030c4010aa67cb23857690cf4052277b54d1212be5cf03
MD5 5783e9a77475e7ef3956e0ed461f1c01
BLAKE2b-256 0d205a1f48172868c91387ea9e63466af3c67a7211828bead628e3947474aa5f

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b1f4e47e374db4594e7690617c47a9cbead6f68071889f19b9ffeab355366435
MD5 59c3964d9ef93790dd5cb617da9c761b
BLAKE2b-256 867d72aa3bd134b45ba5bf5e257225e51b7a373fb5c90482bc3976983ede639e

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: deepcodec-0.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 27.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for deepcodec-0.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d0de606ba20ddb3898e52edfc4ee8b78e22c9b57b0906736d8595c01008e7411
MD5 701e3b34d3b2378c5c5e9ec910c63862
BLAKE2b-256 cccaf92d9e7a959c715c81b19b0899a3054af93faa5ce0f627007aa26bf08cf7

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f99625f7502268571d6a08c0a07243516c35e75ca8dbf39d7037153435fb5b89
MD5 69b92d918d7820e4684b7c64967c86f4
BLAKE2b-256 a334cf106420d51ed792374cd6dbcc2923caae29258aa8da0785f01d2fa4d556

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 809b19bd7c396f3203fb0728b6b33b3dc0dd79a0915e1a7501044a441128b91c
MD5 07c6061b18d56b522a6d48792cac9713
BLAKE2b-256 7be6682f798dc46efa64d534f2f862d7d792e3f864c59298f4ee70d8f7ba0581

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b52af964c864078bba848abea34e94fa3f5f2e037c1803bb28cab36cbf86bc44
MD5 11b66692205277c73fc13f39bd78e138
BLAKE2b-256 2fe262b54366b3668108d73aa2821e39e55021318eb656b083077dca0c2fad2f

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9782334e734048c6da33d43462a8cee2977a862eeeee64458c8e38152f6df85c
MD5 b3691af9c6457d4c28ada8a607952759
BLAKE2b-256 10abe2adb6477f5d0081be6182c6e0e4f8363287f5b599ca5c13d50a66181185

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 39d0f9d197602e5ecc67c6cf837b4a6897b3cbc7b269d133b4e17a02ccb7433b
MD5 998d2c98b3b0f22d75416f7832e9ed11
BLAKE2b-256 ac590b1165778af42f460e1900c9d620853aba79745ae01f34f02541b9d65698

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: deepcodec-0.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 27.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for deepcodec-0.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bf7718ce68940c09320bb3faf1cf35a0d13b5c0020078c7ee180b97da1090d19
MD5 a8d57832bd221adbc4702408990242cc
BLAKE2b-256 4d127230fee33a2dd4408cebec8ff64a409a7c9000ac89344264684b88784296

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a4a8b0367418b05ac79ab576891bdc795d2e4b88927466062d9e4b0ec64ebf2
MD5 e34b53a58bc01fa3e33e6092e945225a
BLAKE2b-256 44e92d80bdd5b2fa26aa543290429bab06400e1d440f709496739bd870320bd2

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3ac37e01a7bb3aeb27a0811b59640f33622934a0a46e2e4f259d70bef69d09b
MD5 27eb6421382bd5df5b259d7987a45f6c
BLAKE2b-256 f86b62cb3b76b3868e1d04289e8fd54b14cbb78e42b4fe60063eb0af9f923162

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17f264db9376cbcaa4502fa5ec58946dc2cc80fb598ce2ada709cfb541eaecbe
MD5 27bebfe18d2dc77f6f6422402ed2b384
BLAKE2b-256 7043b969a0961c891d04d2cd2b5e06562ba87112e951f06e9a1e6cedfc79f5ad

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 3df39e0cfbe9ccfc9d05438369ad78146c4b5e26910e976d8cd4eadd7ba249d5
MD5 d95fa67ebb8dcf4458da75a9d0d8f861
BLAKE2b-256 ef08fbfe7130a2fefade04a399ad8ef4372f279d416689f1fbe056e991a715cf

See more details on using hashes here.

File details

Details for the file deepcodec-0.0.3-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for deepcodec-0.0.3-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 250c45eefadfa14924d23f1b8853bedbd06cb644071e72a32d56352d5d49bec5
MD5 35f1a9e4f6a7afa68397dd6956dd56f4
BLAKE2b-256 56a3de4ff8032e6e7cc660bcafcc64b9f6e64109f0aee6cff3e482e29bf0bc61

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page