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.

ACB Cue sheets (also AWB)

  • Editing & Saving (Scripting APIs. Helper functions TODO. see examples in Tests)

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.1.tar.gz (82.4 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.1-cp313-cp313-win_amd64.whl (77.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pycricodecsex-0.0.1-cp313-cp313-win32.whl (69.5 kB view details)

Uploaded CPython 3.13Windows x86

pycricodecsex-0.0.1-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.1-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pycricodecsex-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (175.2 kB view details)

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

pycricodecsex-0.0.1-cp313-cp313-macosx_11_0_arm64.whl (86.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pycricodecsex-0.0.1-cp312-cp312-win_amd64.whl (77.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pycricodecsex-0.0.1-cp312-cp312-win32.whl (69.5 kB view details)

Uploaded CPython 3.12Windows x86

pycricodecsex-0.0.1-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.1-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pycricodecsex-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (175.2 kB view details)

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

pycricodecsex-0.0.1-cp312-cp312-macosx_11_0_arm64.whl (86.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pycricodecsex-0.0.1-cp311-cp311-win_amd64.whl (77.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pycricodecsex-0.0.1-cp311-cp311-win32.whl (69.4 kB view details)

Uploaded CPython 3.11Windows x86

pycricodecsex-0.0.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pycricodecsex-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (174.9 kB view details)

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

pycricodecsex-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (86.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pycricodecsex-0.0.1-cp310-cp310-win_amd64.whl (77.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pycricodecsex-0.0.1-cp310-cp310-win32.whl (69.4 kB view details)

Uploaded CPython 3.10Windows x86

pycricodecsex-0.0.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pycricodecsex-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pycricodecsex-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (174.8 kB view details)

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

pycricodecsex-0.0.1-cp310-cp310-macosx_11_0_arm64.whl (86.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: pycricodecsex-0.0.1.tar.gz
  • Upload date:
  • Size: 82.4 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.1.tar.gz
Algorithm Hash digest
SHA256 2ec53a7b96fb3e771bfe79ee43181716b94b70f77ffa1aff262a727d4ad05895
MD5 238b9c8337a87849da576c4a87d1e1e5
BLAKE2b-256 b48349137f482d6b5beac934f9b511d5c4ced249fb4a7f420672c7d123c435fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1.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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e908baf25d3b524ee3b8428d2f23997c87230e775b282391f48b248435e5a895
MD5 5e451f1d246bcdf0b519493536abb245
BLAKE2b-256 6703b912461c350e05e9e30a2160cec54f383248d38c8efeea4ca09f21e6c55d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 69.5 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8335d1aa03de0b68be88b18d6c0f0b9d7478491c9a84f53179d58e635996821a
MD5 5d1b37f8558da0e2b05e46e6fac5278e
BLAKE2b-256 7969ab162453859d9a9bb4eacfe102b2b896cba7145f19ec38058db80fa199af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 467f7bbf4e45a9fb4e4cc8636f09d2d2f3e4b798d839d733c721a9950a92f66c
MD5 63b454b4772d6663e0b9e8831a8ba2a8
BLAKE2b-256 c58f844ef01d60ea0900f82df3b69f760fdf2d0e59f484595f728b93f6dca65a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac8b26a43a631be737d891ee55450575aa0ea12b9627a506892dffcbf5e35c05
MD5 876370a747367f7364fcce9378eff183
BLAKE2b-256 60c095594ece01662b834366a67a917d33f097c4b4ac64087c7abb1f136e2879

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89aba5f813bff06f74ec9587d4aaed0d051103a187b91968862ba258b9b28d3f
MD5 9dd29b3ab339faedf5bc8827d42c378d
BLAKE2b-256 fd794229a6a5d0cfb9417d7655b8a0cbc3f624248b8bb504da0c5268fab59696

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82a993a4a353d524218e6a39d52031c8fde9d035c3fcc25134a25778896053c3
MD5 e8961b33165b7790a7644f5425fea4eb
BLAKE2b-256 e2e4f8ca9e403130911a6f728e8d98bb3be240edd444a1516ce55d4844141736

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75e719b39184f5413ed08d04c19f2a5b5a2b41f0ec27ea12c373c72498d8a5f1
MD5 8b92ebc2d693edc1a781c458fc4b52cf
BLAKE2b-256 783c8c9d6803699b9ec3b2d6ae72bfab4b50684c4a8f5409032b29ce563df61b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f8b6be851ea1dd670a9452f504909d8784de1da2ebcefcba261586a4d6ecf367
MD5 aaf4378a4a34e16bb014ab4fcb6e6788
BLAKE2b-256 32b7d90313fdb83e4f7f1d5e665742de8f6e7c167d59cc83f533044f94898d74

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 69.5 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e2925d204549547e38427b5fcfae7b5870def0c36b81296839940dbbe19e0a83
MD5 8eee340ed5e197c4fadf9a4443ce832d
BLAKE2b-256 ac5288930ae5a36a80c8500deef0709f14dfe29cf485e917c9a969faba887218

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f2fb40629ed64a77bf46f856ae1cebe338857fc73173549cdc09f10f3c392cf
MD5 b912f41bae037f0c1381e9be2d9edddd
BLAKE2b-256 194afb98217516b7cbcf0ee4586618cc3cb204fab266811e6eeacb8c4bd1944d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2fa5b205d44cccc272649050eaef528a2d71478562c179986b0c463312da91a0
MD5 931fe2f7acad62e365b1d1789c49e4a3
BLAKE2b-256 b3bbae434f4f88a71994a9eba1296d9723930c8261199f2da0c3b7832c0a32ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c04b85683a11376b735daeae6128d9fca2a6966cd717bfef4cec0167a02e3429
MD5 0869ad73907712e86f353860262c621a
BLAKE2b-256 4e285c69281ff0570b839d5c652b311db043aab14f5b8febf428b7315fdcc73a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a4298cb06b919bdfe33cb8089a3ea5a8e3fef1585cb69a8f2783043da84a45c
MD5 36d10f2c1be2206350d8c8639489e18a
BLAKE2b-256 76409f2ff5d4875cceb6b8b025056f333d53c53d4d85cab0ee6a864efc724888

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45c751a51cd661bb4732278e7e8871a81671b91ec45788fafd9b6a4ee07de741
MD5 bda4a22f3568c35e513e9f76f9866a70
BLAKE2b-256 2347996c2a91246fedafaa8f0cab8c041b44e73974c2e8210900bbe8e251cd20

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9fd0e6276af54b37e7221637f1ecd6f9a6a1bb2c50d586d9b5c952bdfddf516e
MD5 08a0cac63fdab7c19d39346fa800debb
BLAKE2b-256 4fad3edc86c6d1483ff6a8d74bb9d2779773ed98a6f8c6501f3768d6c91ddcc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 69.4 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 080896eac9bb1c60bc2f1aa89a00c034cabbbea37c52b8129081b3767541b458
MD5 de6a4b26ce623d690191c763a99057e1
BLAKE2b-256 9af53070531cbb445ecac858b35fd07ec0a4464e2df7c3b94df9503394ad2700

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e355d8ccf60a274dda45ba4812d9856cdb4c6eb5cc34a9476c182208b1fc643c
MD5 4705741c9d164fbdf15a4df24a262ad6
BLAKE2b-256 1bacbcccd9a39b7a2a78c52ff8747137f6914def4189cd6800c2411a9d0cd28f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 efe5a0645ad0ba23c5fb3242f9c4fddbd3fc25d31bb41a263c3fb513195e6157
MD5 ec21da79d414a02754d9bbb2167a2822
BLAKE2b-256 f12f7ae5532630c36f157040454894ec668270231585a27a67c34613ccb16f0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3113adc845838ba395f0bc5fedd5907e84f793935dc1303ff74479f138d16ad2
MD5 832877374d947acc68555f34631651b9
BLAKE2b-256 c75a2efb9c3259e8cb47701f918e30bf27f321f56afc8fef405ba1172816ac7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68a639d927b594c0341c2d91baced6b20f0746fa6942f638b9b2a5ca40419111
MD5 3a1c63fda2c6523a77d1b6a7d635d37c
BLAKE2b-256 b4c0e81771770fd3649832194c4ae2d9de161eccc342c26196059ca6e35bf1c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a40021bb8c5c32324da5a91c835ecd57bc250b9ef03d8002bb0451d915d3d48c
MD5 7d0584baf4f7db9b4330088c4d5c00d9
BLAKE2b-256 117f9b7b67520a01ebb46e6afc05f5e869baeef07e08454771a2effe3d7515fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e43233d26043ab04f4f4f25d413180f55384f15b9cd7864528d17ad8ef8e737a
MD5 8e530e881842888aadabb109d5dcfc5e
BLAKE2b-256 1eb6d50822ac080371123c2c5d7c061d91677156dc09bf2c75a998ba037d8a04

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pycricodecsex-0.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 69.4 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a97e2ff684e18b40e120e4b4034811b597baf67cef6cec624adb3292a52429e1
MD5 ccd3af9516d7316a2028ab572b76c6f6
BLAKE2b-256 deb69b7ab89e5467d64b5b48b46f2eca45352fac4e61dd81daf98495f6efc06f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2db1f6cd51656d35582be4167eedc7522b553306af61ba4716b46ea9b63cc3dd
MD5 d9f6610a91504972172c0b834f8b448b
BLAKE2b-256 ce6a14366d66210b6e2f15363e0a273ea22ffe474786ae12408fa36540ed3f1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c28c7801f6dc968feae45990b98d62d3b3bf7d38265ddeef12643102c86904b3
MD5 7a7bf0546d640971631a2700422b614d
BLAKE2b-256 b80ac7310bfbe156e56b54c3fa5d0ff3fa62bd5fbcfac417b6ab7ee271dbdb29

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75a25f5117b6845bfefe5ba0982ff51990ee8a6c929cd07d8640a06754ea203e
MD5 0fbb70602b5dcbbf8d1c465d79521126
BLAKE2b-256 a6ce396b4267a1e77e5f285e647f7c4754a795f22885443ea9d37a97f966acd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 307511b225fa0ac267a1d2c14f31e9b2d1c5ae46d252efba3a0972507bbf9b9d
MD5 79b7af34c6ddac1c53bf7d93e9130b6d
BLAKE2b-256 f2fe703d12119992a69c282deba57d63cc005f2feb08941c49295532eb674304

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycricodecsex-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ba06c71e2739ec90a3312153260560a805d92f03812be4d7022f3ccffcdff27
MD5 dd6aa07dd3e87ff1763548bd36f6bd4b
BLAKE2b-256 3d7bf50f690216b57d19682e82d48719f8304e5116211310de84f1e91269b4ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycricodecsex-0.0.1-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