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

Uploaded CPython 3.13Windows x86-64

deepcodec-0.0.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

deepcodec-0.0.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (32.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

deepcodec-0.0.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

deepcodec-0.0.8-cp313-cp313-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

deepcodec-0.0.8-cp313-cp313-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

deepcodec-0.0.8-cp312-cp312-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.12Windows x86-64

deepcodec-0.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

deepcodec-0.0.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (32.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

deepcodec-0.0.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

deepcodec-0.0.8-cp311-cp311-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.11Windows x86-64

deepcodec-0.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

deepcodec-0.0.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (32.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

deepcodec-0.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

deepcodec-0.0.8-cp310-cp310-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.10Windows x86-64

deepcodec-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

deepcodec-0.0.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (32.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

deepcodec-0.0.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

deepcodec-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

deepcodec-0.0.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (32.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

deepcodec-0.0.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

deepcodec-0.0.8-cp39-cp39-macosx_12_0_x86_64.whl (23.9 MB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

deepcodec-0.0.8-cp39-cp39-macosx_12_0_arm64.whl (20.1 MB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

File details

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

File metadata

  • Download URL: deepcodec-0.0.8.tar.gz
  • Upload date:
  • Size: 4.0 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.8.tar.gz
Algorithm Hash digest
SHA256 af916850c5ba99a09b693e2d428018ac1a87cb91c017ac9b32f0d8902a414456
MD5 dbcd8fc29df376654aecc938451e7ed3
BLAKE2b-256 66d0028a0d0f511e060db544af64031dd9425d9044f9a7edec6f57b00051d056

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.8-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.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0b175675537246ccf310f16a808ade5e1c4a929f3fc3560bf4eb120b112904fc
MD5 4393542949fd20151906bcffd814b336
BLAKE2b-256 f0e805e2f0e2d13f91c7cd559cbff8b24756eee258377ed362ffd341aee31ece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fa78037e17a366fe2b2895aa02a20fa2d5b42f33f75ee0f7ccf3942a8fc6d9e
MD5 40cff1626d048b33cf42ea86164c6f89
BLAKE2b-256 83c680f2625a5650045c8b9307203855b8d4122ca1d86b0281eb24a1181c10b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aa92a787173f00b189ac42616e1e33d7236454572e49d0e74f60bb96542f5723
MD5 f151a8d964f0f1dc9cac8937f5645c53
BLAKE2b-256 a0284cb0a79ded550899ff46f2ee1676e5082537d05c63062a41619729c760dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 804b5eb4639977b60f53a2fc53fb3c84da0b3546f8120506b5661792c5cde92d
MD5 db056f51d2c1c07472e8d00ffe17e864
BLAKE2b-256 ee0fa9f9a2e91fcdfbe6a6ce2ac75dd9bfd8f67ebe945c33eb63aa430da13eaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 99370194d2f1299c0df987332932de88e356905f89be094727c049db6a058fcd
MD5 22383eb673aeef40a47f316fec38c607
BLAKE2b-256 dcd23eabeacc54be208ab24acdbd812862cf73a9be8dccde162ba8666363acbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 503719cd763a5412bb3e9393451e9ac481a62d8ce1af37131f17bee551a10d43
MD5 514e2ed59020bee2b6dd956e0e592d62
BLAKE2b-256 7b8337053b67855651840c41792b3002cc740cef6db163219bdb84ed98883b3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 27.5 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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 064b8b6194db2bb8b1611d10e54e1a9c5a875fda1b1b513a9659af56859d102b
MD5 b6c896abcd2ee631b97cb272a7478929
BLAKE2b-256 62eb6f0d43a1924d542b6f010980bf6e7eac363bd3b8aa4ad16708e5bcac47db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f291652a4b5474d787beaf146e5c79a19912dab5900e19b56180e64593898fb
MD5 d707c6601e736fc978cabd5fb3a3a93e
BLAKE2b-256 73b1b037a85af117b773c24928593d267039d1e1031d93a1a268c2d06385e18a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c482052bd2663b844484b903527b3eaf64f610e7876f6a8b6c21d784425fafc
MD5 e67411a049e4e76c3b32ca7112e0c412
BLAKE2b-256 8bc325d16218ab42a08b45b540cf6de8fe94bb429e2845e7ced04e6ed1d0cda9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c206b232807d3e1c6d20ef50f49e334257a647ab80d0f6400d8923115ed39335
MD5 759eeacb10500e173cf84ff8fceb5920
BLAKE2b-256 4f5f747e7b9391646540503721cd25cfbae6c309df84d97553218ac378ef135b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 dba9e9b865217aa949ca8531612f21956bdd7c9d4908f3868cfcd2ef6ad1ac85
MD5 9d76391fad9d315449fe1c27caecf32f
BLAKE2b-256 7d58098902bcadf84a6e3dfc58884a0caa62733677cc5dadf109adb3729cccf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c4ec52fef7930886597c1aa39068e4fde465fb5c11e44eb5c5c30f8325e969b8
MD5 86a77df4c85eea1ab6a3d641bedb55fe
BLAKE2b-256 2dca5e397a68a8457825b8a1da226e3a674999f0f528f2632652b9d07a5f09cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 27.5 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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dd80bcbe93c6967fb446fb8b44155726c33d6e93ee74650319a1584f47bfbe69
MD5 9705569f8219f787317c59c3a93532bc
BLAKE2b-256 06584b48b386d141b56ed407b39445c0abef078afda26b1487479f0a32484495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11e9d73d6ba7e74670bcc8d0b864e7d4ef123d8893002e6a94ee1cde885b62fd
MD5 e4e775c34b9a9a7efec71e04085d1558
BLAKE2b-256 e3b48a44aa4dd59fd3ca50e0e4fc558336972fdcf5da6546248dd8451c5e5282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a84cd03f9561bf5a0bb8c195954549290e02d191af46a0ea879c0477891e45ee
MD5 9cf61bf6eae75939b76274040665b595
BLAKE2b-256 71ceba61b85eda3840e04475eac85be285bfb86c5facf79cc62e7cc7e489e40f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4cce571a9f7482562ddb00ab77b9dea21deabc23c607e96133e64aaf542670e3
MD5 bdb1ffd41894ae69b0292dd1192969fb
BLAKE2b-256 4a8928c8a9df45309d8d45b9ea48cfc5e9b0251075d271c8b1d7e5e3c514c9f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6abba36f170cfd5be35040553d3edf8570ef341e665e940609aaebaf9ba8cd51
MD5 95345c8c50321472c213b5953b21cdfd
BLAKE2b-256 7ee8ca61d2d16fa48de1cb8ddf4bf1d9570b8b655fc81f75f60cb07d6f37bbcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a2cdefdd21ff35f85677637c1d7f92ad9a456b896f2d9654bdec56591d48f00c
MD5 2b188e93c5868bf20b63a087057becf9
BLAKE2b-256 2fbda61f993d3ff9255517b82c045b8633d064417814043bc066054d95729fb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 27.5 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45b4ca15822e4fad1f24f71509185bd082e48d8914d63d269c2c9f10ac4c91dc
MD5 020ab31e5848f2f58a69e59744d6ec1b
BLAKE2b-256 015bfb949672b536aa4dc4bd46b88958cdf84051a6ecf68d6c0b90d0a3b96c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59cefdaaed53d51e0fe624eee2508f6e1d4418562c0d79af835dbed0ac0033a8
MD5 35da296d07e7de8941fb634360788b78
BLAKE2b-256 3744a30106949d7a67b1ad447bf38989829c987bd52c9fa517ea5d07cff90a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f962ae01b4258ba6bdc0e03485e911c5de26a145ec0bbb090ee3cd59ae17f12c
MD5 3b1e671135faa4e64aabb4ff427c1033
BLAKE2b-256 bf9a61e901f59adf3232d3436b52430946411628b849a67c73d9c91a3157ee76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41b3e8cae992a5a233ecd47dfa999525c4af083defe7adca1f1e2d00538b81d3
MD5 3490894169543eee38d0756bcdea6d3b
BLAKE2b-256 aff6cb65267d3d42faf0f040c74157c63ad6c36fcca9cfd5f6da900b3517fc0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 dd46487d5cf7d304e553ed09650be5edcb1f7d1905d46ee99e6ee8355c7e232e
MD5 2846b4ff563492d2b4e1c56f07f8d690
BLAKE2b-256 6a26bd70ce5db879c8f5a3cdf1d8224ba556c709e42a7fb912cdd3b612f17f1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 ee8d56163010745e6c7e1bd125b6a1606d5efb5b07978fd144405f70af768768
MD5 c7e0165705d04918ae44e8be743f5146
BLAKE2b-256 7a2d0ee6b8a2fdd8747c88e606f97ef697e526a4a1004dcbfbe1755ab533b471

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deepcodec-0.0.8-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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b7c1de81aadb704eba9f31227d9e9928ae52d662087996c11e2c584d3525ffa0
MD5 97589b88c207fe1249931e63b9dea00b
BLAKE2b-256 487892f7b3529f74d3bc85f04eb85dc34d218c55b9faaaa1cbdf08e71da1e827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a2f364b35d53104f0af61ecc25a57122c76f48c0b07df6fecd0dd08b5016da4
MD5 c7d4e75be63b50e28a9a7e276cdff05d
BLAKE2b-256 8bf320e079395222c4e50f295644b3010d05200503b7aeafebd1f6239bb14b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c750200c5e8376c11e37f6b0d837da44dfaad7317999916988d2753264db442
MD5 c6663414a74aa35e331659d6e1fdedca
BLAKE2b-256 10c0f4681c38042a5be250962bbcdf08a42f0a3635a9089b1d6d75f12464c156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4130fc983304bd0747849419376cfe5756473cb27ee2955744f8de1b9d908f0e
MD5 364a84210ad033ff25dfadf81d205857
BLAKE2b-256 db9c58b1feb6ddccbc131e8c9463b90bef75f5354e38afbd4ec81dd2c7b363dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 1e2c9980a300ca89d4fb3b5cee6e576862e54febab738b3adb9920f7a435c067
MD5 44fab502c32771974a7b166d5d36ed54
BLAKE2b-256 5d88c37886c94af1bfe2d5743d23264e765c170acf12f5deb28858ead7e96709

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for deepcodec-0.0.8-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2c067a638608c0ac5f6fc15fa26cba6dd69b0e4ff7046e3b3c88f6d5f00201b9
MD5 1caae30557ccb8593e39d78b6c16a57e
BLAKE2b-256 5e9f1448134ec2c43c49bcb94830290dabd4b63712761e92fc4078a298bcac9e

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