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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

deepcodec-0.0.7-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.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 12.0+ x86-64

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

File metadata

  • Download URL: deepcodec-0.0.7.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.7.tar.gz
Algorithm Hash digest
SHA256 8bf6ab59a9a3ef5a50254934a9b4da5c24cf21a59ffd3130557fbf872b09ead9
MD5 db330b7032f65a6b36c16e9d75e31f62
BLAKE2b-256 f8648b8f7a36a1b6c424365701d35226eaee0dd706a7136356c56ed564bb5bb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.7-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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 caadcdf21910c606a06fd9cdfd4f93b322d80c21bc7e8e1cce27c8f98a79ee2a
MD5 a50c7343266941db78ec426c5e299755
BLAKE2b-256 48f26c17b90702d5dfbb83bcb9883c73239a5e91cfd07f1cb54eaaeaec59be93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68b9c0e1557246c06306c487aa81ac66c324e664820d8634ce673ba6e25e0868
MD5 d6480729b61b98138b294f804b7652fb
BLAKE2b-256 7bc9ad9aeca21d5e24d170fd8c4ae1a82d4aaed268dbf58d2e8108c4505b64be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b36e063b70218a4388abd166f2e93479b34247b372e84332928d9f22dffe897
MD5 77a039b8f0265061368e8f7ad5b74296
BLAKE2b-256 4fbc0e5ac5e7486f353c64521350b4721df6e7df52b1b91b3514c93220d67d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f8d5398faf95ce9adafba342c07e5fed5fde66a8e1b7c5a5c8ee32657b31626
MD5 35a759693cf35ef1184f21005db1d7fa
BLAKE2b-256 c56f45eddafcd9eef9df5fd9d1462f88d16a204a4726dbc0634649a1bf924a74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 922c39e7b3e96ae4c86087aa8ebc75604b314afc847b7c1c9e70089e3235b1be
MD5 83e2c200904b60d8eb31a69b1bc73a0c
BLAKE2b-256 02ba9d916b2e78deb65c592d72125e6d4dcae4ca0fef460bd048a50752e6b507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2952cd36290d2fc50eb3e359de94f363e76a144951bd40fb2bf2f6d181ccc236
MD5 aea831be5676b2d60630ce33c072f8af
BLAKE2b-256 5d219ab5ceedc72f9a6e958e8ea4af56e106653c518a236b6974e326362bf339

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.7-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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c10894237ed07586e8227b7f5a75039a06a532f6e6665fc8e5dc0739867cfcf4
MD5 9420d4b5af29fe3187b1b2f52c76d793
BLAKE2b-256 9f8b39b24d5fe5e700e6ff93aa8835c04a031ed6f2c5ae0f55fc1574397c0d74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 732adfadaef57317f2f5f0883f054894f5b944ccc9ba4bee3caba41d4fc8d4d4
MD5 18dd439d7229cdc02306d037fa9f10d5
BLAKE2b-256 d7eab51fe8052a7613bd1183c31bd34b20236a58669c2598e1776b3374c73fd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87adb70ee2ed85ce4125883b7495e9d35b69d80e2aa70c72904a6af0da32bc6a
MD5 fba8ccbc18308e70e77334d2d3cef1a6
BLAKE2b-256 1be2185a1f0f1d3dc644a0542560e92c67c2845a183a3a33fcdfa99f62f2ad7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16e2c94e318fb3a3f3c9717fb8923ecf7ea4e91acfc76d2ef2a5c8a1bdd4ab61
MD5 dacb2e32194e3d22cc4594c2fdaf72ec
BLAKE2b-256 21d95e2637287680efc7d215e2821fc5944bf4b71e856b801a7d8a42436c90bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 41efcf61980ab83832daa96f3a8c5f9a2aae607d910fbbda9a9a3c6b10f7a52d
MD5 283906c00c1068cc5871bc86acb419c0
BLAKE2b-256 f2115aba2a6c7591a47a7e56621035bfd2ab2f85dbe4a87b2bb20e913c1bfa18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 32372323f5ba43b9d2a8ceb7e0c09cf05a31130d5d9b9e5fc76606880ba14db8
MD5 1714a690513e164af85efcda95d41f47
BLAKE2b-256 7181c999bab6b9e0159442515a0d3acb2bbf98d3f0889cdc30939ec13ab49132

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.7-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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3e633a22f23b5c440d2dc577de838cadaec4645e83404f236c270009c08b9b92
MD5 e9802458cb841b4435575aca6062ee4b
BLAKE2b-256 aefac02073ccd0a2cd7c61d0c969a7928b01a9935b4e02599a392fdcb6e91e26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05546df994beb87c926abbd712c179588ff1522840aae99396ea739079c2e7de
MD5 886e8bfd56abf983cf11d3d192e80bc3
BLAKE2b-256 c2bd6627baf1dde2ab335fb00cefcf87123c03d0acf5a73b5b5ee16a175d7f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92de090e52988d2119ba4869659806b17a7e089b0c589df11aea09f81bad7980
MD5 9dc028be6fe37f750b3517fd3aa4d535
BLAKE2b-256 facaad1eff43d0fa97de6054a26198698da30347b95608f108c2e7ca01b8538c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cf56204133edad1d34c4671ec6cb6e20d178864f48c764d71f1dac834fa8586
MD5 d1b09477364c91002a67e392dfdd6934
BLAKE2b-256 09b48f87a49998b8b04b26f9ebd3ef8bb20d23bafa1ce91e669f5482856bc197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d1c590f947254ea16934e48fd33d7142d467fb137a34842dee5f6679d5607067
MD5 65012adb0c4add71beae589f2c93967f
BLAKE2b-256 5669184d592d296bc748ae5ddc4d3b5c7459daf208f23ef026d2f53a2c4e9a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 744861a1cb04f9cd1f6eb43fb2f319964da3e73ce9e4d411440f01f97db7b582
MD5 a328cc6e1c63d1dedccba88fe146ebf7
BLAKE2b-256 9b8dbf167deafbdaaa5469d30b0e20b6335fb5f964eaac0bfa650dbc1866f370

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.7-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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e0281ac08369909cb24f42d9c2ca5f2661d689d8cae79e3696e7eca761fef01a
MD5 dd2905e60e7f5ba9ae446e3419c79a85
BLAKE2b-256 a8622ba8e43d5ab65548baa2d3f0575f0fd1f6e6746959ee1edca2170cbc52ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56d9f9c203feb9cc6c2f07ecb395aad8296dc86811d712be94fee39179b14638
MD5 3434ec1b9e34e3682e0a8508b9be88c9
BLAKE2b-256 0f3a70bf57e97f42c76dbd5e7bcba0f25198c0b0bfff91120de0f459be50b212

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b18ee0657608c085f7e9f8f9ad2e75a95fdef04b66fd7060527412f954b2f42
MD5 42e7151fe2bdb1f6c14aea1af9b1558b
BLAKE2b-256 2ddbe55a1f95f30949936dac6d16ecb33fd1c8beb9949ade070c1cd5e91f91c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92827edcdbd2d225d05873f0b8f6e9859bcbaec3b2d05d92c6e568ac5ed76592
MD5 273d98a13bfaf706155825264f131521
BLAKE2b-256 db3d8707e55699d34e6543cda7ed8e5a7b914996914ad0432eb5b754df4f220e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e81b11aa0cb05f8cac3821d574ec6c212069b98b2609282028c4d5f5abf13cb1
MD5 78325e00358b6f47b47aad70911508d7
BLAKE2b-256 28b665e5c56416f19109695e317f1c36b10d7a26084d6a1aa870aff2c5f79a63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f04019bda936e94e261b536ab9553bb931dcd701cd15ee414a48e7a8c6f559af
MD5 56d64d9ce031ad181e3d8d157700727c
BLAKE2b-256 f2e4e88b96a41b9f63bc244655e0a914f143f7fbc2acaf5abadcfca174aa5026

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.7-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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 17b922709bb0e2dcad7386bbeb0f47f76b9ab654da23b58d983b9d7757841361
MD5 883c0c0d557fe2e2fa05dc5deecd47e5
BLAKE2b-256 26840408f65f443ef5cca65586cd9308fc7d9cbf5fe617c18a9dfd23332637d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b51b380c682c4f23373ab1056e6aff1f4234c87479e82d23c99e286971f9607
MD5 432e37c14e24a6a7c8f93d1a99c7a144
BLAKE2b-256 8029742542326cda5c493db6bf91019fd6c627bea4777848ab27be7daf66f825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab1a37c8add043484aed61121958ceb8f25ea46d2cfcb2a4728409b276838c24
MD5 bf48ce2a9c1ce339af0462b1606c8d9f
BLAKE2b-256 cf383f0c32ad7adfbb1d57bdfbb7e5fa0e8df137210de7aa538d96004f053041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6fca96e101f768fb7eb4e93b0a0fbc47bd12817e7def83887d620e0e1e56c6b
MD5 4754a4948df2a743477aa83ce362e7fa
BLAKE2b-256 4ef2dafd8458cf7081796d4f8da9bcb29cd06e05eafdc41251e5ad9b3ea6bb33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 0b3c437c4770ff783546fcdc87bc32ae867df2940e3245724cd26e143e1ed7ba
MD5 59774f64d40a94347dbe82524bf8157c
BLAKE2b-256 d8dbe5610ddb2e48e3b72fd5110627ef8da77080037d6ee6d2ccbdb943aae031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.7-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a96412eb42f39ae6bf11e3bae402598518cfcb6ba73a7bb15f7e942c0243f1b0
MD5 0f3d21061d798b02faee5eae7d6ea446
BLAKE2b-256 74dd6dcaa027c2a7ae281287973b88e0eba26e3d3bb42186637e5f16ba254aa6

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