Skip to main content

Criware formats library for Python

Project description

PyCriCodecsEx

A continuation of @Youjose's work on Criware formats. Feautres are still in flux and subject to change. When in doubt, Refer to the original repo for more information.

Installation

pip install PyCriCodecsEx

For USM features, you need ffmpeg installed and available in your PATH. See also https://github.com/kkroening/ffmpeg-python?tab=readme-ov-file#installing-ffmpeg

Features

If not otherwise mentioned, all features marked with [x] are considered working, and has been verified with official tools.

Examples are available in Tests

ACB Cue sheets (also AWB)

  • Cue extraction support for most ACBs
  • Cue waveform(s) encoding with ADX/HCA support
  • Comprehensive Cue metadata editing support (via Python API)

USM Sofdec2 (Encode & Decode)

Audio Stream

For audio to be muxed in, you need a PCM WAV sample with NO metadata, which can be produced with e.g.:

ffmpeg -i input.mp3 -vn -c:a pcm_s16le -map_metadata -1 output.wav

Decoding and Encoded format can be the following:

  • HCA
  • ADX

Video Stream

NOTE: You definitely want to tweak these encode settings a bit.

  • Sofdec Prime (MPEG1, from .m1v container)
    • Prepare source file with: ffmpeg -i <input_file> -c:v mpeg1video -an <output_file>.m1v
  • H264 (from .h264 raw container)
    • Prepare source file with: ffmpeg -i <input_file> -c:v libx264 -an <output_file>.h264
  • VP9 (from .ivf container)
    • Prepare source file with: ffmpeg -i <input_file> -c:v libvpx -an <output_file>.ivf

HCA Audio Codec

  • Decoding (up to version 3.0)
  • Encoding (up to version 3.0)

ADX Audio Codec

  • Decoding
  • Encoding

CPK

  • Unpacking
  • Packing

Roadmap

Currently Known Bugs

  • USM seeking does not work. Though most games don't use it anyways.
  • Not important, and might not fix: ADX encoding and decoding at higher bitdepths (11-15) adds popping noise.
  • Some CPK's that has the same filename for every file in the entry will overwrite each other.
  • Probably many more I am unaware of, report if you find any.

Credits

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

pycricodecsex-0.0.2.tar.gz (84.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pycricodecsex-0.0.2-cp313-cp313-win_amd64.whl (80.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pycricodecsex-0.0.2-cp313-cp313-win32.whl (72.2 kB view details)

Uploaded CPython 3.13Windows x86

pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pycricodecsex-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (184.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (177.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pycricodecsex-0.0.2-cp313-cp313-macosx_11_0_arm64.whl (89.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pycricodecsex-0.0.2-cp312-cp312-win_amd64.whl (80.5 kB view details)

Uploaded CPython 3.12Windows x86-64

pycricodecsex-0.0.2-cp312-cp312-win32.whl (72.2 kB view details)

Uploaded CPython 3.12Windows x86

pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pycricodecsex-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (184.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (178.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pycricodecsex-0.0.2-cp312-cp312-macosx_11_0_arm64.whl (89.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pycricodecsex-0.0.2-cp311-cp311-win_amd64.whl (80.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pycricodecsex-0.0.2-cp311-cp311-win32.whl (72.2 kB view details)

Uploaded CPython 3.11Windows x86

pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pycricodecsex-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (183.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (177.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pycricodecsex-0.0.2-cp311-cp311-macosx_11_0_arm64.whl (89.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pycricodecsex-0.0.2-cp310-cp310-win_amd64.whl (80.4 kB view details)

Uploaded CPython 3.10Windows x86-64

pycricodecsex-0.0.2-cp310-cp310-win32.whl (72.2 kB view details)

Uploaded CPython 3.10Windows x86

pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pycricodecsex-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (183.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (177.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pycricodecsex-0.0.2-cp310-cp310-macosx_11_0_arm64.whl (89.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file pycricodecsex-0.0.2.tar.gz.

File metadata

  • Download URL: pycricodecsex-0.0.2.tar.gz
  • Upload date:
  • Size: 84.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycricodecsex-0.0.2.tar.gz
Algorithm Hash digest
SHA256 176664bf213610d53f637fa01e32739952e209636ec49ee015b286038d3249cd
MD5 e057659be77e9aa0404f4b700e83a1e2
BLAKE2b-256 ef2423c67c4fe3501ffad85bf98a6fde0961155d55ecc2210636f9d0624df0b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2.tar.gz:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 73f3ae4c8dfebf4a0ff12f5c552558828b2515810d87af1f0efacf1a6b540ba4
MD5 d8612c5d10d56ed553430bb0e066d68b
BLAKE2b-256 9131724c93b922afb94e9ca2cef1dbda128b5b5d9e0a8a2074ed41c8bc52d8c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp313-cp313-win_amd64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 72.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycricodecsex-0.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8a47297d0e2b390657ad28bc554dba7d070b7d37ba31462bc2879cc8bc30496e
MD5 fbb7f25e520c0b21df5c864eb6abb83a
BLAKE2b-256 3baaaca24971b2059e683866f7b8de06590e76294192c68a8efc8076d752503c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp313-cp313-win32.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4594fbb13cfd2093687af385ff4433f8c65789f004498b6377e53d2ec212d2dd
MD5 1bd1759f518d3b352546e306775bf803
BLAKE2b-256 7f2b5c44ade868ef6dd6dea01da7c1bcffa02c23834b80bc336b320b486ccf28

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a8b35f3261529b925a1fd56ce5288e217e57637675e40b896609ca16958011ab
MD5 b73739aa7020fec91d7c9eaf4d32e609
BLAKE2b-256 da6eb216e4dea18446c5cf32e2cce461c0371be99b11fbd069db2b4a96345212

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c81e9763d34687806c50b6a41577db9fecd4be82e6e605e4c918318f3e5e1ff
MD5 7ddd705cd402a0e2dc1c1ac3f86b6824
BLAKE2b-256 f6ad25995d297214390723f31c0baec5788dc247c56af394ac3785b63dcd1331

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51da0e29afd8ae0c0a5d183c9fef182ff60fb78cfee955f897e216e618bdc0a2
MD5 16d415f3e0d91446b0885e4ccdbd3269
BLAKE2b-256 07950a8a33dce5c400052a5993441ec02b05601c29ce90e538429f75080bb3fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f1ae71968820ec7963398d50d19c85ebfa17e513dc1d4dac189ca9a784dbc03
MD5 d1559bc9ae7dceaf405c83095d17575e
BLAKE2b-256 b5bc2b3735c636211c51b42683db8e9f384b3d9703bb4c2863b9107b9f1786cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0143ab222dad2416c36c6530b2aebc2a6dcb9a061944573cfe07fba66be7cb6d
MD5 c217312bdfd50b5c3f604f183841592c
BLAKE2b-256 172758bd7e4fa2a3b2a27484f2c5f008396ebd3c8bd5b47834d0bc712f8fba9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp312-cp312-win_amd64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 72.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycricodecsex-0.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ba8313a6021ca8447d960e46ce13e0a7f05064c0974a1f23dd5284ba0dea8e86
MD5 cf4885105174081e255189da68fc693f
BLAKE2b-256 88baabf628fc643fd2ae6e7c5566824f468d36d9d2cf37389511dac248aaba98

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp312-cp312-win32.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 629e49356477c9d0f6cfc21c543cb6e8ab9c0b9421d3bd1b0aff50c28ee26d49
MD5 496d61b2158bb694d6ad864f6ae540f3
BLAKE2b-256 827f5da27513731f6a4a7fa94ac6e0d36c0ba8cfefafd5b4b9e5b077092fa349

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3ba945a3495b3ba9f91ae96ae52a4a17b244c1ec18343cf58bb4761b761c4303
MD5 c3f9be36c4f8ac7cb0b926bb75dcf652
BLAKE2b-256 a5d0add6af6b8b663928eb0dd37ba9a955a69119873a2aef0fee2c62d6a3f325

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc513556e469f433a0a2a0690bf056b1f0e30e156d388b3227844ac5c39a8007
MD5 19d4d0f32ad221eb4fa7193788d25cd0
BLAKE2b-256 f289606943638bb9824db3e632873d31c1ea89800537ae9cf1d18c47834674ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 918daf0b7a07fe114bda6cbe0a7a518be700aa52ba51a09a85dc92db39e67354
MD5 a7b17bc8e550278486b78945d81d4259
BLAKE2b-256 39cfd19dab24a3fce11b9a8405ec06e71efd122956dfd0dc8d706035217f6ed8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 730ec5460c398e04ac6e40d85d08adc7c508a2a9e7e9940d93b436aab4d0314b
MD5 40718dfa9ec3de05cc5bd2f12ea8f046
BLAKE2b-256 a5e357db80cc78a7bd2eebd81349d0fe54a464b6dacf23013678e4575860c12a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d26604b84846f15f4944c986080a616f9bd3e18c8a7c511c61ad1421ec278f65
MD5 b439a931cac3a90ea4d9f895ab31e9fd
BLAKE2b-256 3cb8912c294bdedc00de4d97cddd825d901c8ee1ed917ffb9b883569b47cfb4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp311-cp311-win_amd64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 72.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycricodecsex-0.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7a7c702d43d7f336ecff191bd823186993dd39348aceb1d15ade9da98c10112b
MD5 a339bcf0fa9e34104cdfb0871647c1c9
BLAKE2b-256 130ec07cf6fac724f9da48f8dd6eb4238a6dbab87f51fa90e631958ea7e99dbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp311-cp311-win32.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cca2add6b20b0721bcc3245d8675c988e650af2b0bc1134e726d494e17e26d30
MD5 d0b8560ce4b51bf434e08a8c56b8b35f
BLAKE2b-256 984e1481d422edc0dc077eadde66171ddb227af076a6cd87716dd26d84819c07

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 feaa2353aec34f5fbb49db931eef399a309c00ddede8f55c9c9d90657cc864ee
MD5 afda70aeb298deff31765f9532b9ec40
BLAKE2b-256 65d11b9efafcb7e76eb58ce85355484c787101188532255d5bc957ff229d0cd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d41765abb7357db213da232889a76b710cc6fdfc49240b54ec548921c20f740e
MD5 8e2a46ba0ce51a18150ffebe16a51bb6
BLAKE2b-256 39c802c796ce1836f167bbc55f398dba4e6313d1ec6036a7e3af60da6e611cf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 374f7a21025624504cc154c0b46408021e0f5cf79fbd2fedf8d6f48f7998d409
MD5 8e32fe0e97d53c8db267c41b123e09f8
BLAKE2b-256 11d17d376806417774e046633851cc2e1130588e2b8ff5817ef3e7406866df40

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8fae1c2fde2f8ba24236e51b8cd2be4fb9fd82f7c4652ac71abf5ef4797c7ab
MD5 68efca7982a4813fff8fba796a1be2c1
BLAKE2b-256 f41b01e60fb047f3ce06f245edf586a002c3abffe5e3118e17a551b4a759ee88

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58634f74194fb27b502cc12d19850e026af94902d12445795d01f2dd814762be
MD5 284a2ae888df961f7d42b0c55b8db00e
BLAKE2b-256 a23ab8c06403084374d86b486a4b4b582215ed5b819dd012befdf981bc53834a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp310-cp310-win_amd64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 72.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycricodecsex-0.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a048e5fa268f91c6c797ac9c085723821ed41861767d3b9fffa1e655d7306569
MD5 e30b26a1dc73a1590f74ebb05a0eac26
BLAKE2b-256 1e2bfa551344bd3425ac2878b1df986dcb83e857ebb4d1c85ae3c09ba0796490

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp310-cp310-win32.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c30b23559e957c373939b2c28e3f2b0a3640727ff819c13335261053705e7da5
MD5 72b27a29a5d735f62005e508d941a56b
BLAKE2b-256 e3993038b81270b67c71a994bc55f40b883481a8d95b2bb336e624a85019564e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d15f61ad0a4c5da4317f46261adc8db2539728415544e427dfe0a6ce33c7e861
MD5 76472c17c5adf0f02f560769100ff6a9
BLAKE2b-256 ba9cddd2fcd4fb2f43b800589234b4a5a33cda0118d02b1312bc497bf15a428d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf3bc3fdf15ed6df751182d156a86741d9cfb66941e3a75e2b8849c2b43fa6ad
MD5 c03da97fb7c0e1f0680e49c91abeebd9
BLAKE2b-256 b2e11ea360ddff748fb6ccf1f35457bf9e9b97ebd8c4c5e166af02e312dfde35

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ecb7cde793d7cbfbde4813a48b1c311a62610bb27ea9944053fdf461c9591011
MD5 d4e32591be1f24d9d01865f9ef4da1b6
BLAKE2b-256 d1790010e2cb180f50150adf1267da4c06a069e4639ca9fb83142c6dd873c6c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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

File details

Details for the file pycricodecsex-0.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac4ba682bc183abbf5eec31d44af3137d74fb789e874bcd6e99fb40bdca0eefa
MD5 b3cb16c1cd88f428ac43b147cc9bbc38
BLAKE2b-256 b54e09b434c6f99f87f6ede7198e154222c0813c10e47fed1aa6a65fcfc17719

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on mos9527/PyCriCodecsEx

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