Skip to main content

Pythonic bindings for FFmpeg's libraries.

Project description

QuickCodec

QuickCodec is designed for fast loading videos for VLLMs, especially long videos with relatively high frame sampling rates.


GitHub Test Status Documentation Python Package Index

Installation

The easiest way to use QuickCodec is via the 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 quickcodec

Installing From Source

For the more adventurous fold 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
./scripts/build

# if you want to install it globally instead of in the env, deactivate
deactivate

pip install .

Notice

QuickVideo is build on top of FFmpeg and PyAv libraries.
Huge thanks to the contributors and maintainers of those libraries, they have done a huge amount of work create a clean interface that handles a lot of the messy nature of multimedia processing. This project is not endorsed any maintainer of PyAv or FFmpeg, if you have any problems with QuickCodec please open as issue on this repository. We inherit all the features of PyAv (including processing for other modalities like audio) which you can read about here, have fun!

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

quickcodec-0.0.1.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.

quickcodec-0.0.1-cp313-cp313-win_amd64.whl (27.4 MB view details)

Uploaded CPython 3.13Windows x86-64

quickcodec-0.0.1-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

quickcodec-0.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (32.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

quickcodec-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

quickcodec-0.0.1-cp313-cp313-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

quickcodec-0.0.1-cp313-cp313-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

quickcodec-0.0.1-cp312-cp312-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.12Windows x86-64

quickcodec-0.0.1-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

quickcodec-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (32.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

quickcodec-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

quickcodec-0.0.1-cp312-cp312-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

quickcodec-0.0.1-cp312-cp312-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

quickcodec-0.0.1-cp311-cp311-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.11Windows x86-64

quickcodec-0.0.1-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

quickcodec-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (32.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

quickcodec-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

quickcodec-0.0.1-cp311-cp311-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

quickcodec-0.0.1-cp311-cp311-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

quickcodec-0.0.1-cp310-cp310-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.10Windows x86-64

quickcodec-0.0.1-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

quickcodec-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (32.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

quickcodec-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

quickcodec-0.0.1-cp310-cp310-macosx_12_0_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

quickcodec-0.0.1-cp310-cp310-macosx_12_0_arm64.whl (20.0 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

quickcodec-0.0.1-cp39-cp39-win_amd64.whl (27.5 MB view details)

Uploaded CPython 3.9Windows x86-64

quickcodec-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

quickcodec-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (32.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

quickcodec-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

quickcodec-0.0.1-cp39-cp39-macosx_12_0_x86_64.whl (23.9 MB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

quickcodec-0.0.1-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 quickcodec-0.0.1.tar.gz.

File metadata

  • Download URL: quickcodec-0.0.1.tar.gz
  • Upload date:
  • Size: 4.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickcodec-0.0.1.tar.gz
Algorithm Hash digest
SHA256 cd37aa43df86b4cd7c378406741c92ec9ee7c7419558ba9efb8f6fc871c83639
MD5 be6334a7beb550244a5e18875474b740
BLAKE2b-256 ad4f05e57fd737f20174963804df2520fcd806d4a17d7ceeebc9281a227c271a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1.tar.gz:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: quickcodec-0.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 27.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickcodec-0.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 41bbe902a8324f5316cc1b9ca8d067af9472e5c1fd71ecd4540d710be49dfb6d
MD5 3b8816ed8b5b4982cfd4a0369f83b04d
BLAKE2b-256 3f6bcd1e6e27267d01d633c31611f10ec8c96ca922c09b509c3e96b41c57580f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4980836061734a794033d3d798f227e8a5a2cd913e4007eaefbf9c1fa0d60dd5
MD5 a169573abab85eeebac4cb13a9c1407d
BLAKE2b-256 27119c1f137759b134512a6b1f68475a697d8c81442878cf6f675b47638ac204

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5ebe468611f1b0262d389dad5c29ff35028aed53ba826c0602c13e936d4e9c3
MD5 08bec9b36f20c45847919c8a11723679
BLAKE2b-256 1a6bc22096245651f7865a44ffdf85b252f2b5361632bf661414c2d1a809ddd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 590c05f3c315f0a492f5a2183b3c332fe4ef6a1facb8bcd1b26d13362d6e582b
MD5 da98ecc8344378facda7dc5d42914277
BLAKE2b-256 60b723b33813114e16c2a43f9ffd960e361d452add05aa7d550705a29baf18e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 07156c69b777f442b8a3c6171250b4a0144a02084c79bce1ec757d38a2009170
MD5 4e4d5a1d0fec04b29bb5441eb630c3e0
BLAKE2b-256 69dc3768528804e2a74be5c8708f4b8f97cb063539d49b2b82de81fb6daa4519

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp313-cp313-macosx_12_0_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 bcdf40ee7c809300e81750a406111c1a6d9f63a6903649848a4d6a70e5c3d2c1
MD5 29644611227adc6206281cfe2d65b993
BLAKE2b-256 3780314805f228e7e331276a64bff710710953fd400310e61aad9e90c94a6e8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: quickcodec-0.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 27.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickcodec-0.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ec50859862605e6be1073c0992b5b2d8ad4ec23b5eeaa24f0e4ca9ec28397142
MD5 61d57dab240ea426ea9960951d1162ca
BLAKE2b-256 754e0a451b2dd1c4e7d6c4da257e3bcfcc0677db158639fe73e367b49add2008

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3597c6287870a4e80038d11f454769fad9191beadd45d8a9d246e16c10ad004d
MD5 a3d1c9fffea8704b742d68eab31dd884
BLAKE2b-256 6ac805f9ec15703e20babd90931380ee866b37491936a5a64a4d928009129b03

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd6b46f8e631444c182e90ea00b42b72f7c578a969e0ac9a24e759a310167a92
MD5 8db0dca2675cd55da538eb1232a97d42
BLAKE2b-256 da0848f4008c09066e449f951dc1e51003ef90191b5b65f92bcde7de5ffb67be

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2aef74b0e47ab27b4d235fbc8867fa717bb785e368fed1335500a833d6b931a8
MD5 9f9fc13fc4660002cb0e67187f7abf0f
BLAKE2b-256 bee98c5ee31f3a194f1219e5273b1984b4d59748941ca1074ac31fd8de42f213

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9d8cb3203896d50160843832a456a238cb5d91555ebc7502b11b9cf456d52e95
MD5 06e5744777b8bd7fbb1094e813c21159
BLAKE2b-256 2baeeb99041c0b475131642254d9f2d50224be1fcae0a835de05ef5b02606255

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp312-cp312-macosx_12_0_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 53c022b1530f80acec88ff150f1a8b768dbcd72c7c1599b45331b1b138f693e8
MD5 c7585136b1063dd736eef70a3e3ab95a
BLAKE2b-256 53a51c8c7811df5d4593fdb2ab7e53e8f13b0e6c885a1b6aa07a88d477e57f07

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: quickcodec-0.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 27.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickcodec-0.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 483e763f513c3e6dc7e2eb2e3cb3dccecc817852a29221725814ae385e2fe2f0
MD5 c1108cbfb43dbe69708a942ff91b1bfd
BLAKE2b-256 e98a61c27a49b4337821b7cfa178b28244cb2a06623b8a0fb810334b71717194

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fa7d9399518171a64fe75aeb807dcfdddf9a6b4c5b19ade0ac260d71e1cea11
MD5 0f0b2fe6d22bc3ce904e04f46c4959de
BLAKE2b-256 a53085eda297fca5a4676f5eae21cefe6cb8c4037e5ee4b0b68d90b252984e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 beedde2280884f3fce7bad6768ebd95f56c7053202b5a8958e9cb69e123c8e72
MD5 0692ebf9d99ff9f9b169a6ef6e71e886
BLAKE2b-256 adfbd3bbccd725d4a1ebd63863dff53717826e2dc0c29b2a51e4416f3caa2db2

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0bf5f29475679aaee8275733d8eae98b19ee03745306c86a53237a0acc5da1b
MD5 a206d6b128d195ba79dde8132ce1aeac
BLAKE2b-256 d82f5a5e9f47ef0ff4f2c0a46a6ffc6165980b2d804b4116d6d2c5f871c0e640

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 eb351dd5c7ddc91dd50600b5c3c230bdb86522c791c84925368cbcc91c998037
MD5 891ca7e054b6989ad198ec1e0a719e9d
BLAKE2b-256 8380ff0f019b850b1283c3cb2eb5d43d616bd6d2ac1baed4201de6dfbcc9f7d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp311-cp311-macosx_12_0_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 67c5f9473ac2f5155b5a5ac4e6f06ca78b131f8eff86aee8efbfd583d6c6e042
MD5 4ee6aa4b71a01d5c569baaffc0fd0e27
BLAKE2b-256 afaa8b237e5827356b4bf4c8e18b543573658f5ccd8cabc076c36efcb02db5f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: quickcodec-0.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 27.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickcodec-0.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aaa0d21d1efc90d0038ee5d0c9b943cdaca9a3e88e95089ce20f255af208aac5
MD5 c85a30e4c368acfa814483d8bd0a6fe1
BLAKE2b-256 e060117aaf8ae6444b70c3b4df288cc1d21d2d5bef80aa32b1670f109b485f0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0bfbe8ef3494ae8507ba815dcde2e360429623d07d9f0cbb667a130411a5ed4
MD5 036eba398a463d5097fc4deb5b15dfe2
BLAKE2b-256 d67dc341e7c339a9db64cc9dd35dd598b62eb67d7b5c69f6dd291a9bd09fbb64

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d756a7c4d5a0a66697baa3abfcecab98d4f620483443fe036f6ededacf7aa51
MD5 7baf79141a6edb01c7cc41834636881f
BLAKE2b-256 aa887b7ff5d684c7da142ebe49572c6c409d4a560b0b2a33acf872caf66d1d61

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c18831c2fcb850ba60789784c78603617476a696b63c812217373510388e086
MD5 5e28c981cbffd4c076a39a87ff2c40c5
BLAKE2b-256 cdce4e681cccaf538433486b74fc67ad573a4e8c78d30d240c05e01dc2ab609d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2ef82e84ea4a8146dbcba7839df2a4cb8fb1c953effcdee7e5cc099031dfe3f0
MD5 0840b92ca26da983aa7fb9fe7cd2637a
BLAKE2b-256 e34d66da6e8e485313c6884946252464f914441edb2a0d4bd69f5493fc226aec

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp310-cp310-macosx_12_0_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a0ae2851146b422412f5ea9b317b4056f90d9ad10bb04474306b417d45cb46bf
MD5 420ba6ae4c47a6d7fab57959f13fbd78
BLAKE2b-256 f456d98937a6fb3b69dea6bd99a51bd86d681ecbc5910a2b75cc87ce6ef8ff4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: quickcodec-0.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 27.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickcodec-0.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c58b82af8ac3207c4fc0993c5918a577bfb259ff45b5fb2ebbc6466cf7fd9c9d
MD5 e2c4df4147b6acfdc838fec6ec2d1851
BLAKE2b-256 e97388126c1bc85f179e6573b2094be1dcea43c6f1757d95e2af3ed0a3e4b04d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp39-cp39-win_amd64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94aab30c84a2ab203211cf2b80fd11d52f3eb91030a58adb8247dd4e2e1646ac
MD5 a93bf8d0cf4471dce2f4da366d393838
BLAKE2b-256 0d52d1de02c25cc817afcf45d3e7e8c3ce1fcedc189780e2fa30fa165193d92a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3007ef83e558f0446b358052e37ef662ef68ce3e9d8b9b18d5b36c3bedc84371
MD5 a0455a9437b2705eed3e8058477d619b
BLAKE2b-256 deaedad7cdd7197f7c9ee9e25587d2e09684c4039173239d4e58143972e9327a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16d1bc8f6b51ff62a5c5b30f41af9891339c81d8ccb81181c59afb8f4118745d
MD5 b5d8e319f4dbe09546a520a1af666adc
BLAKE2b-256 2b4f0f4c02a7a1c5831f0811a92f9aeb28ffd08a4818b5449dc65a45425ae053

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9dbb9b675d2f807489bfbc1be61dff94603fdd8ec83a579026c5559cdd88b6bd
MD5 07381c1210553f8a12f6343d0f7ccbee
BLAKE2b-256 7e6abbca2f60c1b1d0d485fc8e16f8a9d52cf305fb43c1b7a37d9272b9a9d674

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp39-cp39-macosx_12_0_x86_64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickcodec-0.0.1-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for quickcodec-0.0.1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 9b6c9a9ba969afb0015c11fedd3700c8c7992eec9ee86d1f306aad3caf988b10
MD5 14c0957b0ef032a45d15dd0831192e93
BLAKE2b-256 6ce2c35969f4857f94a32a9387f6fab5a73347f839102ac7d6eaa77351c6daba

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickcodec-0.0.1-cp39-cp39-macosx_12_0_arm64.whl:

Publisher: release.yml on TIGER-AI-Lab/QuickCodec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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