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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 12.0+ x86-64

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

File metadata

  • Download URL: deepcodec-0.0.6.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.6.tar.gz
Algorithm Hash digest
SHA256 bb633598a1e10f4bfe3ff6881713f2ee7ec1a96bb9cbe6634d8bba0334eb76c2
MD5 8c1af3d0561d9b1e3f8e83fb57fe0112
BLAKE2b-256 f0d4ead12544352507b4b812c7605f0f121048be929ebb42ee9e0651ce55744d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.6-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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fd7bda6587a5b272047bdcb7ab25cfa3954cc3f28879627db85b619311140066
MD5 7bca1838ddae0ee2ff0c2bc485fa6e39
BLAKE2b-256 be50a736e6b100d15ab3565ba3048884f561056bba4cf8066b15f6fd3e0bc7b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc65aa8e8c2006ac0abe4253699b4d75c9ef6d5b07786e4bfbea3c75d035d022
MD5 663c5e4cdebe365733e4fe31af550145
BLAKE2b-256 821e93c97cd8bb83ce14b8ebecef578f4ff97ae33e128983b068a66c2b915da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4dd488a30d677f6f5cde7e04cf79ad6b5218ec747d88af52024df1b076679ebb
MD5 fef606ca9667ecf9b8c011f6159d4dd1
BLAKE2b-256 4de07912eda9ab041fd98206613376579980a0bd2e9b725c42b19eaa110570f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83bbd4600487e8114d4e603eda031c13541ebea6720434cd8e2786f59ed23740
MD5 1591b4cddee7e5754eb24c168e9cefbb
BLAKE2b-256 fffb3fcad5db357bde367b9c7b3b5955c96f9572e5d5f820c87ebea5d939784d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4b4d64e35a5962e844534a134fffa6637030ad981bcd0a4e20f3238375e84c21
MD5 4d4abb29f2fa52bb2bf4d0ade9487b2a
BLAKE2b-256 95faab6cccc435bfd9fed96ae2655832afff7cdd8a8aded28294147b3da0f4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a9f2b16ec21eae9741b1e312d3c92f54dd8fc2c0bb83465b3a4602247e711328
MD5 fb7250aed5723cea1eb863864edfccd0
BLAKE2b-256 7964aed2a111a01221113eba07a9c55849b98834902e5410badbb7d1edb58355

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e4316aef656063456088e29dc0863adc3fb2d2d84303d2dbedf3ffa6f1090f26
MD5 eaa8cd2d05db977cc01f980c64d32eea
BLAKE2b-256 c879c55670d7db3cb6566ba84e443f04e0f955e2a5e240cf17b0a9381917b150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88a194199dba87e0a4f550afa1cb84499cb69e2a81f3db5494687375776320be
MD5 0320dcaaca4b5b0fab6708b313aa590f
BLAKE2b-256 1952f7eb2e6cc9465b35f652c341a14e49df2a16774208b5315b377651d624db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0fb99f9ddd7689ecd3dac7533f1e3bb52c9e3fcb180d6574ec1f60d9afe7e20
MD5 1390b174fc922aafe6eccf571fa55c3a
BLAKE2b-256 10a4749f6dc54b13a91636d1c2944b597d8bdb2c8f28855fd3eaff5fcafca4fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8bac2c84d991a7a8f1a6f15a90712e7dca50e69d337baed1d9657aa081e69ec3
MD5 3e537bbeb9480a453a3f4916f060a160
BLAKE2b-256 58acbdc4e07e7fab944104c98858ed58559ef1c7936af552c53e8992d5b48ce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 042d6fc34764be33433e57e92065788bffafb17a3dfad1e50eec945a25633342
MD5 becf845c179397f6eeec94f5bc19bafd
BLAKE2b-256 4b345f016e849fbdfb57858312dec24e8f0a503a314c60a7ee5efb791501daad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 41cd48973209fbd3fe4c16c066c5552336643f285aa772bd6feeb855fd1e60ba
MD5 9af186f61778b277d697fdbfe367e411
BLAKE2b-256 577b99357713892a76c29810b9de75b2a677d2bf9e89eb341e25653150fde4ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0d7598dcd8c4c314f7bf348a999ece9cb190d98f877ec8c2888478a14a0ad132
MD5 c93efb455e56603d962f4a28ab5295a4
BLAKE2b-256 b7743bf78f1fe348d322a6a91ffb9beee55e34b5ed38a2b49c35c64678ce486f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44bf73e9341a555ff643f67a8393b52a82aa67e4dff20cbb322cac9ff87d2996
MD5 7f5b61536cacff3cf9a486de9498e99d
BLAKE2b-256 06a6338276b24af5129ac0ea513011e66efc312377fbf74d7510784c7cd9ca94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c4a07a7fecf505c1c961bddb559c21e05b6ab12075c969007d5a0349d0ab1e8
MD5 bc20c4836ce638de7a0fb48acda5313e
BLAKE2b-256 96a9a0d73ef6eaecb0216104f64bce1a7504723570c581a320bb7781da37e038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48c90651a14f9fd1b489e6daea2f65b736b91019ca962baa7077fa1c80ea9319
MD5 cf406ca35e1863ed7fe64de2a0ed09c4
BLAKE2b-256 64f1a4198471504f65e8a60655cc4acc216881e5569de391410a50d6c49cf353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 832d9005ed0e11a6c59926ca62873dd3e8e1f59189e716d4a66fd073e56761ac
MD5 2a1eaff22005c6a8587483c39b9efafa
BLAKE2b-256 9d185c1704e4d08550d5ad9794a1ebb8df3bd9f4e9cd3e521f2e3decbb434a36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 ebbe1777eae57b04ffbc5d2fb95e37f035921b03e5947bd1639a38482c22f8eb
MD5 c2c6947c572a843c8092a4af5a4f6ad2
BLAKE2b-256 e9e030eb96ce9a10f08d09e56ee410b5d923c3374f1f498ed500072866baa77e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4d4642da09403b839382d6ab9490cb3068437106a34de779d7ccaa64af4925b3
MD5 7e2ca29f7f2d9268592938ad78108fb0
BLAKE2b-256 20793287e6d1ae20b6b641b36f7dd529ad9651e46e5e2c0888ed102f855d855d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f888bbdaf4534c1c020f4b75201329afafa15a90137a9c5b10f1e143259ca3b0
MD5 10739e2f2fd0f1d0821ea5c14601aca4
BLAKE2b-256 f5e76257fb1387a1112ab2de655a9fb77b4b366160d9b304f3232af7de1a6fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fae056cdb8fbcf9826284524a311bf765015f7a22a32dc778033d24348f1b59d
MD5 6190d723ea7d2ad322f5f4fab3ae5a0d
BLAKE2b-256 fe9c7fd76750613d336bcca5fc49b4e26c65aa9e0b79482535968e772101bcaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6f40845b8631e7565d0e54f98672b749e1394c480a170f494dc0c3958425287
MD5 c449c6f51e9b6cf1cacfd236f79a9dea
BLAKE2b-256 e1cc223f60a14b79dd9b65bd72f62439806064846003420d0b0151d0686e3479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 534189f66f2385873c3ae3037962a2fc79d75a922c8466e86cff70a6df735def
MD5 cf4fb58c77936f563266039d52b2f3ab
BLAKE2b-256 8105a61b2162f0ebc1e9e688f7f811d069d6acf56e68d86c674cf42d28d8ee29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c2f9a03877e16ed62d3ea8f784804ae646b4354861f03f48a16650d0e588d2c5
MD5 c889b6d03da7d4a3f2d31fd0adbb4af2
BLAKE2b-256 8eccb59c300ce14574a19a3ce671173cc647020b8dae766ec28bf1de684e06d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 99b1a9ecaa811338316d6d71b7f7431c4c017a010340ad6fbc02c763bb0ae318
MD5 21ad7e935ce9cb8d639370391cc629ba
BLAKE2b-256 ba4c47e991cc3c9accc0fc08e70b4078bb444463c4fc4c9dfdbf181074a50b07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88bbf091d9e5c0a8cc010a5eb5b3bbca36f9d350990cac8569e34454431c4f13
MD5 ba62e83e025facfc4a00311c0539f05e
BLAKE2b-256 da4b316411f20434204b25feeed152f8f99d4f2b4bdfbdac0f52ffd0cfb3f4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d83d4f24528b64a6638c7388a1e8be563f4f4aafa2f4fb43543df160456ff55
MD5 3316a4eb98607267f17c4cb751bc6364
BLAKE2b-256 fca65d8c100388a3c238d937d377a6019cf59aed69fb98e83053edf41c034ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74741980fc8f6880af9f5f35489a07d363723f2a34319ee2ca6bae3fd6ee3f70
MD5 4838295db6501c83c17db2850ff67468
BLAKE2b-256 1b966220836c9e07334d41c6bb83bd31e5c67f048acf65d85ce1d2ba5938ddcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 403de5705a1339c87ecca0288a46302ee861cd25fe11c64c8d9f5843cdfbeb66
MD5 d0fb3b75def9499bc96e5780f51ed373
BLAKE2b-256 5e2f706293f9496fb59232a9b456637282a226c8102eda6fc27067be6f538f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.6-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0c684794bc3f985b8fe70726233d2b68a06dd7673fa7a6630499643c0ecf5675
MD5 7204e523d5bc3c8800741d6cc02672e0
BLAKE2b-256 461be6a8500342af1de183dbeaa664516ab24c486b0f15dc8cf8eb6c4488c8c8

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