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.5.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.5-cp313-cp313-win_amd64.whl (27.4 MB view details)

Uploaded CPython 3.13Windows x86-64

deepcodec-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

deepcodec-0.0.5-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.5-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.5-cp313-cp313-macosx_12_0_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

deepcodec-0.0.5-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.5-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.5-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.5-cp312-cp312-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

deepcodec-0.0.5-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.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (32.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

deepcodec-0.0.5-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.5-cp311-cp311-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

deepcodec-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

deepcodec-0.0.5-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.5-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.5-cp310-cp310-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

deepcodec-0.0.5-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.5-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.5-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.5-cp39-cp39-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

deepcodec-0.0.5-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.5.tar.gz.

File metadata

  • Download URL: deepcodec-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 1d22db4b4f7603918974943af4d701a023b54ca2e9ae80c91ffa3daa2b383a58
MD5 3003fd2bd897578950062aede82014bc
BLAKE2b-256 dcdf2acda6222301a95eaf1437cdb4870b559b09e5445f79d1dbd689eabcf0f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5773472a46ecb9fbd48ececd7be6dacfb432160975c6100dce9e112459a476e1
MD5 207a6d0714ebf05b2201e4d9745353c5
BLAKE2b-256 7ac10f0c6237a07f7d015602f3dd0155bc828d6f20cf2e1ac8337d258fcc4d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61db28915f175fd2a02794446e1edddc129e5dec819b2eac84b6678a74c29bdd
MD5 f416fe9fc9635adc3f749a94d571107c
BLAKE2b-256 c1b9e67aee8c0e74c08ab0e6c62ff4c83a2d91a3dfc7fcac68bbbb1bfc179b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ff95a2b26dd2dbeca4a5bfcfef056e81eafbf5fe74b2d4658ac7d32cab0cd48
MD5 d880bb720bbe952a28ee22c4fb36489e
BLAKE2b-256 fa7dbeb8fe989c8dba0d64e5973e9398e9cbe4c5ff668cb4e672b617ea062318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a35e952dfc8f329553e1da40baecc682f91781ea0184f6816515ab60dbb22441
MD5 edcd2a525d1d956482ac9fec5960857b
BLAKE2b-256 d1d136756519c2dc653dad2320ba7da4bad6aed642606ba945abeb134ba16fce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9612e8efc6005052f63d945f115c61774405dec8815ece36110c9274e4d4689e
MD5 56c85047b82688854ba0019cace955bc
BLAKE2b-256 a82e4325aed1d4f5e99ce2ac06fb89b86bb142be800778b4f0c7b9152e1654a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 59d23e6b7332bcb02d39c8aff196b90c11ac9ea7f7d8e52d6122e42fd295e636
MD5 a227dd7f8775e65cf44f7cd49ece8914
BLAKE2b-256 0541d0fb1161f4681220956fe0e873a001152735c4a64b0da7344caf20abb385

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5b714884a0588aeef6a7b440788c24710926e3063b6ec97cd1e3d6adb7ead053
MD5 a3aed58a74e15891ad57ba861aa628b9
BLAKE2b-256 a5f021a09393143c00d205be78dc48e06abdf0e3394c5971204614d4a2435875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdaa3474b1108a05558f506d0f2adc1e088baf3d26f9642f9a62fa17bf2e573a
MD5 b4e2dbdd18525598391c18dcb6519cc9
BLAKE2b-256 ef9357838ecd08c7e048f83fb3ec42809fdbcc12f84cc46594a360b7a726d621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aed52f825df7214df5f9d2447948453b6c42fe05a9874f18e6a583c8aa0f4937
MD5 cf1cb12441c48c5ecdf650b61bb43aa4
BLAKE2b-256 372747f719dc813440a01920cbcdd2493b89a8d6e377fc4d724088cb9f2a8198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7f9b96393106003859cf7e6c9fde007ad72c023c94c974aa0368aa4cdd33f0f
MD5 f79cc5e8bb86474a3387dc6ca8709d1e
BLAKE2b-256 0144300ea103a6714af9b454ce1bdf456a12b74d0dee5c42efec2c9f672a8cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d0b86cc57013488202af282729f917084d67674377bede25bb9083d0ab48aac7
MD5 294dbd4ade2ba3d05553cdab3685bf44
BLAKE2b-256 29245c55de31686c3194261b2f17c07eb1a32d18f9cabc0001455351413d0820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 8371d288877af7536680454e73a4b5feeaa5049b9435391590c745a0a7a2f303
MD5 1a319748e9ac54bd17af18f72ec37713
BLAKE2b-256 c9aef7dcd916f0ab2ee38e389f65664b2b03609763a5b8c24f0ae77566b837f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 055c1a79bcea50fb577bf79dea9f8bef9d925e7fb26a65a09de9207eb184027c
MD5 7eb03552e8137bf44f1f3e9cd72535a2
BLAKE2b-256 8a052875661062137d3abac1a309cecd6bf06b0fd7b77c03afb147d46d1fea56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cc215ec3e23a2f576f6723f235ceb8d3deda63e74b6d9a220a0b34ae89f6d2f
MD5 f409fe3c84821afee9cc78ad00e32002
BLAKE2b-256 f924a9b86a379e1b0b25036e473de0ce749e8b6494d494f36b2f3c9bc45d2f56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4da93f1e748da26a56c6e2ddc444c3f83f04e18649ddeb17e0d2ebe68f7e2d3b
MD5 5027115d9f5bb849131be6247edde560
BLAKE2b-256 d587359c40a1c24cd558395b1734a6a9d6c6e12c5e4788be20925494ee1881fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc232570795975fda277b0d4ecd6b8de389cf3f468cdd15fe198bb7ece0545b3
MD5 8bfcbeaface918ce346cd4f5721686a7
BLAKE2b-256 f1ba47427ec56346cef9b10ea38631657eda29d82f8bb8bcb52784d78f85e1c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 1f36653543a7ce7564cc8c82ed56575256313ede21138f393edd573d26921d0c
MD5 0e6dd6bf06deba03ab1486997c8e5f1a
BLAKE2b-256 a9d9c591f6330e9d6a031212a30770b44709f9dc4b7d3625b9c9a9e672ad84c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 acac6e42d38c674cdfca7319d2a78e7f8e92cdae0a682233c21527051eeb45d6
MD5 33389a2fe6b759830e0176ce7d921efd
BLAKE2b-256 43e9882a62094ec20431c4eb3fe7724f890373ee877378f6b2438ea0b198e2e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1419387ba7793932c89ed702588e9ec5e8308f5c02c843f81ed7debb5a077f34
MD5 8f6826c22bdf0b1ac339f5b844d68f66
BLAKE2b-256 081e845c10e5158e6f7322f742fbac0e13ee545fc2c394ab9ed109cff0414db0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e54129dcb6436956bee86ecbc3eb10e64ea37c5bf716acb20efaac577001851f
MD5 0168419b4ef2d030c7772c3945cec6b6
BLAKE2b-256 02a50b89897846da48d7dcc647566f0e175eae4455502053d5f00bb146e45a48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24bf43ffd62616fbcaa117933e40904b37c7391066c924a211d324c820b97eaf
MD5 5cffbaa58e0f47e9a29b1fab937053ef
BLAKE2b-256 9688c574392fa8731542c10855da6fe2e1905d933c3a3136884adfbc08513153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ea1911a543e70870c5671bd8b8bfddb334fb8dc75e49700fd75d41b560b2be2
MD5 f62df2fbab49873b4ea91a9a8f842b2f
BLAKE2b-256 a8406fc8b30d664b8413bc3bc4f7702997f39c353d606fd25a4845e6019f9023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 380ef6753f9d336ec9a2db44e3bd738fb19f19b7150607d9be82d20437c74740
MD5 bfa7f7315a98a55dc48a8368cb919721
BLAKE2b-256 dbf677bfa5e57f31843c781fa783376587e3eb1b96b75c119700f2bd505a62e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 fdcb806a69bdb938124bbed69e492143a15ef871e7a11ba84c0a955e690f3859
MD5 083fd88b3b95668458363e883b885ff2
BLAKE2b-256 56f5efcbb6ba372cf33ecd82eac3645a9932a636786bd5fc6105133469776785

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 87b8528178d5a580514777373a0da2663872b3874322448c8569f18d3d6cbde0
MD5 4620560e785180079892567fd5a1e6a9
BLAKE2b-256 574c72e0b1e441acada2a0756f3ef4783d969f539cf63a04bb52455cb05dc65e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adc70c2bfb1b4bb7173fe8fc792cf9c65397fa8305e240f22d3ce30574f52969
MD5 aafe91ad1d5dbc976ea855456ba8f42d
BLAKE2b-256 4979517f5456f20e4b5958db05e8849cd4bb701379426561018d015fc267087b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 31147f86153f85dd12a7bfd96897dfed8e12a678e30fcd9902fee43c39080403
MD5 18fe161f9219419920ac94ea63818c3e
BLAKE2b-256 b6c1a88000efcd5684b22a8821eab08db8e2e962337260cea698c2e3c70bd4e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f881059948a90035f8086f84aaadfe3e6bcef207c919a3f428e5a04f38db174
MD5 59cca0987e5f0750b0102de21370bd46
BLAKE2b-256 823d11be5931323975ac0b7e7a073a33ff034ebd17e2d8ef5d4c413b978d1a07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2d3b7e7a96ac46c699355476716903159d28921f6f48afc81346b48f086a028f
MD5 ca2463f3f876dfef33b5b292d62a715e
BLAKE2b-256 d4134f200a4535ebfc9ce4d27d59e552bfff1a5d977235fc83c932bd0ef589c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.5-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 619cf86e6ff3eb8de5ec65f6c189768889ef2275ec62cab38e74f2440990dc97
MD5 c04031594bdc2a1c3bb2b59ed0cf33f8
BLAKE2b-256 0f801d6a5771289d740365eb5a01cdca0810920ac96fbfd125b382aa6967fd93

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