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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 12.0+ x86-64

deepcodec-0.0.4-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.4.tar.gz.

File metadata

  • Download URL: deepcodec-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 d0f63b888bef8738856557105192e60559b9e4360d8eb5552785fe4ea73282cc
MD5 9ad0ee159d0f039541756fbee6d10051
BLAKE2b-256 68584afb6612cc5ee2976ed18931a870fbff44939519724ef9c90d2703356137

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b122adf47700395d4cf0fcc89d721b3d74f2089d52ebbf7789c7334afd79083d
MD5 1dbb54b5717d01a94230766b83a87d68
BLAKE2b-256 da8e82cd2a2b06bb419028aae9838c24aebea486cc96939a68182e6240af7030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d64be680c9cec882a6a8512ee6bee0d2c3fefa742871fe0a2fcc5abf35f7ca5
MD5 400ebaf1deff5c308439023455f3359e
BLAKE2b-256 57a048a557cf9a14bfb5aa11e69dd632177d6cd6063496354b10f16979fd55da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d733217ec4a37b56de14249227786588385a511fa448169eefb096fded36df8
MD5 0ef68c76a665ba528cf118386c78337e
BLAKE2b-256 915cb8525bd634d1bf7b1385a982843a317e968051b51c37838196afd76f4052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b70133300de6c5a8bd699c1916f49636c90dec931bf930500a16d9940908d1f
MD5 1832e271a64a250cef979079da37c87e
BLAKE2b-256 bd62123e96e5281a359e54b60f739fbe0a9a664bcda0127f00ea95b911716479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f484cbd7f7a8e3cf3ce2f25121dfb1be56edfe6e3944b12b36bed1ef86558e5f
MD5 31a727769203edd94455da44ecc2e2dc
BLAKE2b-256 43b5205bdca79d0095c154d8795f7dd5bc584e34fe60baa29a00748ef978e57e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 3e959e1c7fa74aaa597a8aadd1534c5165039095af445bb43baf7b5078db15e6
MD5 a54f5a23f29bd58401b061c3ffe300df
BLAKE2b-256 906d6cb87fed4f9c606d8d47f66f84ce6b24900960c1fc892e94d664c84493bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 25430f9a6fa2e6b22a6b9edd0aefc3afa8d1eedcf38ca0499c018fb95de4814d
MD5 6d54f2e8b650e1f3e9bf194b364f199f
BLAKE2b-256 5c298a71a6d4ff4e6d711507e0fc320af30c220d339032c3cbcaf11c1b5b5c64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc97861fbd282893c9bebc06dfdc660d9d63beceb402aeaa6e33ea222a7a8cdf
MD5 8258aac5be8b99d3a2c9c7fe3321837a
BLAKE2b-256 5a06d5009b6f80bf34645a0a547418c0d72aceb0abfd058a29218f979aecaf7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 11da10738a66870bef404636b22415cea5ffe79fd093bb00408fd81794d335e4
MD5 ecc2ff29a56bb0b6ab8c055dc803f63a
BLAKE2b-256 fad1413a85b96c4926b3b83bfeb5b39e021d3a7027111f3748d4aff922a8616b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49fa47e10b934bde2464e921f632c2dda040a8c404de213dbc5446b6fa9847df
MD5 dbfd4d9ef27b172b305db0ca7bdd12a1
BLAKE2b-256 6f7853b5f066d5d6ce0e78733a0503d8d8168167c6e48cd9220f6f0157944a06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6b6fe118c04bcbe7c589aa811ef3d92296c15501243609195c97af4a56bf4cb7
MD5 0297c742dd9518946b3b6573fd800fca
BLAKE2b-256 3782a00ea6ea32a6dcd5df27155605b199af1f2eed8a1dc1df20d2575920fe70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 878d39e3f48fd82d453c8eaef4fff61714169e8f760b1c8c9f1586c7075b54e2
MD5 edff288b167faf209bbb1fee8a3dd8a6
BLAKE2b-256 894bbed02fc0c76bf5d5a2ca70bce5e600318e3fb724e621a34a12f726cc1092

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b93cb55a1a730743a5ee5a6437b2da04571249ff34831783c7df6b5f003aa747
MD5 a3dd5107068a096e95d4db7c062b399d
BLAKE2b-256 5d3edae1fb239ea70960a9c53b480818cb0ebff4bd323f5f054ea5af08d8cd7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36eb53b149485f11f94106585a590358fd8575cf45269d71117245c49d1b86b0
MD5 80c60dc3d7aad132887c3dc704469002
BLAKE2b-256 c1c878018e8f427b424cc5f5403b48f7c996bfef074436a3cad87ee358ba8654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c132bd6238d259156fc2a553099041e62cc0bd893e4f18d527e236acdf0f124
MD5 678517e00b5c83386a9706b89873d8aa
BLAKE2b-256 bb1f853c54f0429c98e11831513f152ffbe5521b642cc11cf489824f6bebcfdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 386697cbb11805e56f995230539e3bfbe241b654af7c0b819fd7bdbabeaa2fe3
MD5 ef20e86a492760433dc6cbf682fb5a4b
BLAKE2b-256 ab64d7852c993befaae102bed8fecd809f2592a52f171670e8dbb598732efc0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 84b88baaf43e8aff48973a6387bf67595099a7c7b600a0f795c845b3c2bd94cf
MD5 3639dc9f0ef5bbbf73d48a42116f8293
BLAKE2b-256 8000d484c2add03a76923e1882bacad83cbb307c1f3dd86f025c8d73a26d6513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b83a5894f5d9bdef839314fd98d94a9f0d68ec7bbc3c6803c92de65147ecc475
MD5 9bc46d4920a4511f387515ad20b762f0
BLAKE2b-256 29b39bba76e1cc048b57a7204259f12e91953e253a29b454e234deec138c1a9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aee2be933374a4530bb3f87e8158ec74c5b248ddd9bf76c2ad237886d015cb13
MD5 6db6101e8b9e65749fcc5a9d2b5d8e5e
BLAKE2b-256 a3bb106fd4e79524b7d2b628d511323c39196b2e1f0b3f613202546f63516dd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b17b6c66b2a8acecb961a626785c39e7b9790da5a8ed51fb7c358e1fe85d8263
MD5 836b0154500d5e412bf2f55debe82cbe
BLAKE2b-256 fc795633d97f7628170dbc1eb2eb94a51f4a20e9793b874fb3026a42a7d65e12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc15792266596b2589ba3260aaf2fd63237e196b8fa6a024fbde6dd92c8528bf
MD5 108a5106de3977083e8951d8aebbafb9
BLAKE2b-256 00cef0281d376e934b67f7096b517057ee1404b6b352fcf6336c0118ad7519c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1cd7d8fa44c32d77fba0c0b7ee2522463b267c2f26536fc1538f9d78da6d679
MD5 305ed5c7b47b2cf7acda2196a884509d
BLAKE2b-256 ca272ef3dd1b8c75faf577193ebefecfbc1451e80ee557b0b6f31315160269e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 aaecc1cfc6601a05475cf78584f8abcf0f1c12869d6d8b27c8d22518169dd108
MD5 74132b5ca292a41b86f4ccadb6e6a442
BLAKE2b-256 162d89a06232cbc87554a7a3b6db2250ba459307ac50bd3ce4e8a8c08f163ff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 e6bdf39cd02cd6ce19501d855a0a8314748c6a1a209c06c0cfb3e90afa432c01
MD5 c7c7a39bdc5194cfb3bdbdb17a81e450
BLAKE2b-256 1366bf8733f01a068a2f1f8d48e6cc0d6a70b04130b445ed028b169f9335bb0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d340ed29510105820f67a4678602d68c776c88f23b339322c80fad38088d2329
MD5 549311285bc38e4479df1225716329a4
BLAKE2b-256 1cc4c875b93799d5584aaa9b6ff89af1328f4709109cd4a88569a8616f639878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49e69ef6ff87d88e54b6c3e5f50e16449805309982942d866ba9d2c1dda2b4a7
MD5 573fe92918966c85523a329ee567ab66
BLAKE2b-256 5889ab7e7c4b496656c46189a2f0c44a2e53b79e97b12425a1618ceaa4949af6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f024abc9dcf0e9b8c13eaf719f501f57cf00a1e17c2bb91b571bf4f8c5a0d329
MD5 a5f59b5e2420ebdacf897b7c139f8214
BLAKE2b-256 94eea46f17f498d492fde259e7e99546e552b5de89325c8acafd47a6d68ebee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c50129ddc82a00970303e81baca44a17b366cf6c3b41bb9979ac206af446bd0e
MD5 19243b4b431833005ff48904ab0b0b72
BLAKE2b-256 d6d199d745cf55a814201bfa87a26a5bb75c59bb19ca8421270d2038e02e5e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e78c6aa5a1fa50d1c282ebe2464926363593066594b17398c51b3454841281d8
MD5 a82e88df4beb9d60a0f4f82d179d4729
BLAKE2b-256 8e3af7d8db195b83d1f0ad0b7e7c7e9df7048ca8b7bb486817e978f3573defdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.4-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7d659586b08762774e83f809ed79458b47ed928f853987f159ff311bea2bea1d
MD5 7f56bda75982652125a3547072ed0a16
BLAKE2b-256 cfd95794deb7f4ed187733df8b55a3adffc45512bc15dfd9e981063c519c38ac

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