Skip to main content

A Rust-backed Python module for decrypting and decompressing data for an anime game.

Project description

Sayaka

Sayaka is a Rust-backed Python module for decrypting and decompressing data for an anime game. It leverages PyO3 to provide a high-performance decompression function directly from Python.

Installation

Prerequisites

  • Rust (edition 2024)
  • Python (version 3.12 or higher)
  • maturin for building the extension module

Build and Install

  1. Clone the repository:

    git clone https://github.com/baiqwerdvd/sayaka.git
    cd sayaka
    
  2. Build the module using maturin:

    uv sync
    uv run maturin develop --release
    

Usage

Import the module in your Python code to decrypt or decompress data. The module provides three main functions:

  • decompress_buffer: Decompresses data using LZ4 compression.
  • miki_decrypt: Decrypts data encrypted with the Miki algorithm.
  • miki_decrypt_old: Decrypts data encrypted with the old Miki algorithm.
  • miki_decrypt_and_decompress: Combines decryption and decompression in one step.
  • miki_decrypt_and_decompress_old: Combines decryption and decompression for the old Miki algorithm.

The function accepts any object implementing Buffer protocol (for example bytes, bytearray, memoryview) as input for the data.

import sayaka

with open("compressed_data.bin", "rb") as f:
    compressed_data = f.read()

decompressed_size = 9796
decompressed_data = sayaka.decompress_buffer(compressed_data, decompressed_size)
import sayaka

with open("miki_encrypted.bin", "rb") as f:
    encrypted_data = f.read()

decrypted_data = sayaka.miki_decrypt(encrypted_data)
import sayaka

with open("miki_old_encrypted.bin", "rb") as f:
    encrypted_data = f.read()

decrypted_data = sayaka.miki_decrypt_old(encrypted_data)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • PyO3 for making Python/Rust interop simple.
  • The LZ4 compression library for inspiration.
  • Lz4Inv for providing a reference implementation.
  • YarikStudio for decryption logic.

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

sayaka-0.2.2.tar.gz (33.1 kB view details)

Uploaded Source

Built Distributions

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

sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (413.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (442.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (513.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (421.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (272.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (378.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (250.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (243.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (262.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (413.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (442.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (513.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (422.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (272.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (378.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (251.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (243.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (262.4 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (413.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (443.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (513.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (421.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (272.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (382.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (251.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (243.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sayaka-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

sayaka-0.2.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (260.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

sayaka-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl (411.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

sayaka-0.2.2-cp313-cp313t-musllinux_1_2_i686.whl (440.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

sayaka-0.2.2-cp313-cp313t-musllinux_1_2_armv7l.whl (511.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl (419.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

sayaka-0.2.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (272.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

sayaka-0.2.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (376.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (248.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (241.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

sayaka-0.2.2-cp313-cp313-win_amd64.whl (111.3 kB view details)

Uploaded CPython 3.13Windows x86-64

sayaka-0.2.2-cp313-cp313-win32.whl (107.6 kB view details)

Uploaded CPython 3.13Windows x86

sayaka-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (411.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sayaka-0.2.2-cp313-cp313-musllinux_1_2_i686.whl (441.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

sayaka-0.2.2-cp313-cp313-musllinux_1_2_armv7l.whl (511.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl (420.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sayaka-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sayaka-0.2.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (271.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

sayaka-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (379.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (249.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sayaka-0.2.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (260.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

sayaka-0.2.2-cp313-cp313-macosx_11_0_arm64.whl (213.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sayaka-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl (218.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

sayaka-0.2.2-cp312-cp312-win_amd64.whl (111.3 kB view details)

Uploaded CPython 3.12Windows x86-64

sayaka-0.2.2-cp312-cp312-win32.whl (107.5 kB view details)

Uploaded CPython 3.12Windows x86

sayaka-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (411.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sayaka-0.2.2-cp312-cp312-musllinux_1_2_i686.whl (441.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

sayaka-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl (511.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (420.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sayaka-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sayaka-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (271.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

sayaka-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (380.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (249.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sayaka-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (260.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

sayaka-0.2.2-cp312-cp312-macosx_11_0_arm64.whl (213.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sayaka-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl (218.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

sayaka-0.2.2-cp311-cp311-win_amd64.whl (111.9 kB view details)

Uploaded CPython 3.11Windows x86-64

sayaka-0.2.2-cp311-cp311-win32.whl (108.0 kB view details)

Uploaded CPython 3.11Windows x86

sayaka-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (412.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sayaka-0.2.2-cp311-cp311-musllinux_1_2_i686.whl (442.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

sayaka-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl (512.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (420.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sayaka-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sayaka-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (271.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

sayaka-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (378.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (250.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sayaka-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (261.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

sayaka-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (216.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sayaka-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl (220.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

sayaka-0.2.2-cp310-cp310-win_amd64.whl (111.6 kB view details)

Uploaded CPython 3.10Windows x86-64

sayaka-0.2.2-cp310-cp310-win32.whl (107.8 kB view details)

Uploaded CPython 3.10Windows x86

sayaka-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (412.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sayaka-0.2.2-cp310-cp310-musllinux_1_2_i686.whl (442.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

sayaka-0.2.2-cp310-cp310-musllinux_1_2_armv7l.whl (512.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl (421.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sayaka-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sayaka-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (271.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

sayaka-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (378.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (250.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (243.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sayaka-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (262.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

sayaka-0.2.2-cp39-cp39-win_amd64.whl (112.1 kB view details)

Uploaded CPython 3.9Windows x86-64

sayaka-0.2.2-cp39-cp39-win32.whl (107.8 kB view details)

Uploaded CPython 3.9Windows x86

sayaka-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl (412.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

sayaka-0.2.2-cp39-cp39-musllinux_1_2_i686.whl (442.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

sayaka-0.2.2-cp39-cp39-musllinux_1_2_armv7l.whl (513.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

sayaka-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl (421.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

sayaka-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sayaka-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (272.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

sayaka-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (382.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

sayaka-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (250.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

sayaka-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sayaka-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (262.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file sayaka-0.2.2.tar.gz.

File metadata

  • Download URL: sayaka-0.2.2.tar.gz
  • Upload date:
  • Size: 33.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ba2fc2db71b474d3b34ed9f5e8fa0d38640cd957e0be8a446d625068a463f800
MD5 94e349172b9cae36659bf2f92104c09d
BLAKE2b-256 ea7c0d4195e557a3f6f8b7d6916bef1088c836c3bd9940af395877daad82f710

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a838d4b50cf61ce2596f8142ef0357faa9f170d2ece28c29ec90cbb80b5bc59b
MD5 1f3253591cea65b1a2e506a60a4b57a1
BLAKE2b-256 b20eae9e6ea33a20dde82679e5e90b0a67d75c64a2a034bfab537b9f06d31024

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 357bb5a717d9cbff5faa7249cccebcd173d282929767f4be320e6bee9467b0d2
MD5 d1cf17f33aea581677797933094d52d1
BLAKE2b-256 7815bf1489ac5b9bcd9f18b5d50631caaec8cef848c82c8a65871797b4e98798

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 444a0c9a199b05f5d9cfaba5e9d7528cb647b40425e30733bc282d77c16d6a83
MD5 3daa95e51a7fb79fd7222c1931cf82a9
BLAKE2b-256 483c531802adac405f696ca7f43f6b82eaecafa7cd09932d3eeaef98b30ff836

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e28001eefe3b7f94f5000e740d468dc3d1408dc1f79c265e84361cb786cbec41
MD5 be46a9eb96930a2c32b59415b4c1f62b
BLAKE2b-256 b9a898e8234b70c509952e1115cbeb939916a18c27bfb27655087f55d958fd34

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e43cd79ab6dc334475a2369f3be7fb92e8a6b8db5c48be94809589a3930ee9d
MD5 4563dcce0f1a2af533a580dc7e77a4d9
BLAKE2b-256 59838d279ddbae43f8e8bf44b2ba0257ff7a1ab81b22bc51bc4380ddc2e73c93

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 76e964956a480c19d98e6714c64891bcdc6217a30300284297804a1754152619
MD5 190a653e6c532b858d6b5e01afd484e6
BLAKE2b-256 d305bbb4fd83978633ca41c8ecc9cb649006c1816c4da09059c88e74f67fcd23

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7ce04dffda3a30d0bd34f0c76da00f6d64f7a44e5754feacd2ad70fe2c5e5c0
MD5 a1f30d52ccaade2ff6215672529e678e
BLAKE2b-256 58e1c4ea7de1f4c5aed37fea40b61f0b79b67ea2201426d74f2a54e1f5dc01b3

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee99c036f0b3f90dde3b17bcb24926ab344aa6dab9d646bafcea7b32aacc100d
MD5 164ac31822dc7776e74dc7980275e32c
BLAKE2b-256 2b0f0bce657333f92fe2304f3c9da857ca25d079daa04950201f01ab2c00b768

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d378dfb6afc2e1013c9995fa39a4d261c57e9f2a24d9b0f60fea5296c335d90
MD5 e88add4645a842096ac731845edc10d6
BLAKE2b-256 b8608bd7f400692fc2a64c1f358dc3a320744c246b5e47f7db9f1668174dc9e4

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f0b0b40a364cd28ed903c13d781fdc7158a620c7914e5bd68968f82cda988896
MD5 94ba105ee7d12b2b08924197d1f3a243
BLAKE2b-256 9a1ff839a43971fa3909d5e46aab303cd33c0eb3f2845d7386100ec3e828bc32

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d22fdeca282e16b0d543ac0ec913c6772a2a2bd9d6de1826d3e756117f51d97
MD5 93e75d52b35e265d8673f61933f8ce57
BLAKE2b-256 c1ef771759bcb5e5fda518896e21af3e8dde741123f5ff9ea9e31c102c773040

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d89c97735ea6ce44358fc0bac54032778ac395de1f7c3908c7f00c2eefec71f7
MD5 518dc3ef59de0fc3e0a23c753eeb59f8
BLAKE2b-256 9e1bda63312f7c40341139225ae2702eaf4ca9c681bb764a9266e93c5d827adc

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 be90ccba3ac7fdeb14e77b708c7ce567aaefe275f21ec60b6c4771c7d7863ab1
MD5 f79e193b8ad2337634e0284570b59a4b
BLAKE2b-256 e30ace07a9d5671757d64ce3a9a84274d36cd9cc7895938c28d67b92e4756f6f

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fea836eb8340974c1f769c9a7735db16e30245792e74ef86b2ab00575e93487
MD5 1aff2ed06707786cda188f83e75b54a9
BLAKE2b-256 2098301555fe0f11248814f63bf697757dc823463f45f93d6bba857d882c1ded

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17822c1d7c33f2236b90e293691ba86e0acfd48dd7fd1828ec473f7b411d0040
MD5 3453d9da2beb99726453e6eb19df71a7
BLAKE2b-256 b779b65ebb5d7e79c0076624942244e871ecae870354fcaee2c781025825582a

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ade3ce437d467255b323d4848494193c04cf98e12903ac7a39a184b61e1223c
MD5 5e781a0eb34e73db64babd8953b2e5d0
BLAKE2b-256 4a6f1b2d3d6ecce28c8527eec5fd5d6b0d9be422bfade09e59395a2f993fbc2e

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5d4dc8a947c1ceb7106f148279f2a1c52b744793994af70d5117c5eef6d6fc83
MD5 2d48a39f78bc0e0c5e151e24b6e0ff6d
BLAKE2b-256 6c66fc187f05e5e1ae3c7a93f5d7a236da3145f10faeb345499f390f92a84784

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea5f03cd56b0e9f5cdd604de088e912bd3b91c94ecd4667877ca491377dbb001
MD5 e91d1dedbca0c6d7191e9137ffcd8321
BLAKE2b-256 5c2ad782d644d42edf6d6407ea3ee8b428a5965abd0daff11baad6ce5d374185

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9e24803d1d918c0858ffba77b357a54a4b0d2a0092846cac43d767881aa0ff5
MD5 a2af81911850f3a1eac2ca988bf55d8c
BLAKE2b-256 c235cdfaf8a5d5b70b79e67beeb23579ddaeb41e7deb350420744064acb6e0bf

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f60ba12ddd97a6719d253e79f29dfd9c3c8b926946ac609fb02bf70fe7f7a723
MD5 8faaafe6ee479c881ec810746cc891f2
BLAKE2b-256 8ca51b16efd85a8773f2d8f0b77960b8469e1f20bf996e8c2312f80d7999cf91

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d05a6b898871836322ab7cdd79c878775e0c9c84e2cdd34f68dfed42dc9c7bcb
MD5 34b42854f9b77470b7dbe35e35735afa
BLAKE2b-256 e67df2bd16663b6ab444b9cbd058b22badb7b6f44e546d3039c113a69b69e936

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b70061156bd22998d61bd8db2f8840421296cf438bf22ce90480a9315cad2c9
MD5 494346b0ef92c26b323eb4c5e6e7ae01
BLAKE2b-256 4cdea5e5378ef531da9e17b1f903dfd23c017664a3cd867987b662ddc45c2c06

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f771e5b463bf563fa17a17c44047429875c93556417c4fbd65ec03886f509e05
MD5 b5f0dd9b939a4681961c6e5dbf9b3277
BLAKE2b-256 71132bc5b2189254cc08ff7e7d44ac6661510294592c583bdf8a6182f599e5eb

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d620702fb25c170535f41323a9df79175047aae571b384e372bf2477bf3a5e1
MD5 b4e54dc4986f62807fb230801d1ac75c
BLAKE2b-256 846e363921955f0a31cce3079eead7173730fcc85a01aa127fbde7ec8a5830bc

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 50b7ed8d530afbb0a1109422f15b8d87f4abc59f850ec8d876912bfcd5a94ce7
MD5 80f09e788528e015fb6b42af495bb043
BLAKE2b-256 d9c04aaae85e3b5d19df730947490e0668f365e733012123b700700f4f94d6d4

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56c059c834946194ef2351c98366cef9cfb10113e98cfea413a16738722dd3f0
MD5 440208d61a925ba3d49826c14e8a0684
BLAKE2b-256 8e62cd8509c4bd2e071da46a53b4ae1b0cf9ee672dabf148452ffd3a580295ac

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bea3f760385362830bdbf38e37c1ec5d8cf708a763f1ee08d6a5364f175e612d
MD5 ac1e4a24e18c3a926ab9b223a638d86d
BLAKE2b-256 8d19bdc7cf153b32eb7f26b2bc27637736b80f3d4b44c29791b248cbab9ed979

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccea7121e092e1120d08b9795c9951121a92da01950146d3d8a6029c7123dd66
MD5 260be8154c05ed9220a3678be5ec3c43
BLAKE2b-256 5dba2e8fe7f2455767ea50dd4034798a5c8f96c0c35ac3d7d2709424d2233867

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15148ed92d17a4f44fe43375859f4f5412a97c758d073d8d5fe4701ea10ead75
MD5 156a7ac1588a392dd77a863fbcd286b4
BLAKE2b-256 12f99ac9922e134938d334ba09ab8b831f41b417580f4fb306a863de46abeaad

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 edc29639df8a774aee785b722e1898a51e1ce6631bad347c8e35b8ed59358e2c
MD5 30c18d8395e813dbf3b0337a1b6456d5
BLAKE2b-256 5cb6ff33915a0696566020c6c3bdb71cee0336f1d3579bc952478af6f6675e6a

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60571a24a93bd99567e7743752e214512d59879f7422d7c08ef1fb0db82e0627
MD5 6dba5b40dc1d449fa23df564f70fbca9
BLAKE2b-256 1a90aa41931ba65e5e03b29c47106c9ae34b8aa65a13106a5e2e38eac6a3ae15

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a7f1ef45fe4c6b95c42e9bf3ef766529f7c8d83eb8a03378fd90d179d215751
MD5 660cc8c0140ded19386237278e0e8bd9
BLAKE2b-256 d663e463479507847391fadf4fe8d803cf814b2c0bf00615f4702e7c8e72baea

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f9b9968943d4c79cf7ee24638057a58401d05c6c6253b702464b9e0152c8469
MD5 b8676e220551719f19508f9132a0ce67
BLAKE2b-256 70d903e4aef4755f56b80cb55d027ce0a3060c5afad3cdcfe393e9a63f7e6c47

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6797595f196623ef57a9d8f235ac44ee198d2657a488c2f8a4d2077fdfe38909
MD5 8f6c4ace61f9fe0d199448249c7fa43b
BLAKE2b-256 5d91a613a4314db78df69a92473d18f3c67cc070af91fbd42a4bf17660c2ede6

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b0ff77492ad4daf40c428ac20c8ec4a1fa08962cee73b2879e758cab57efe13c
MD5 90b53f7ede69024e3fe47a96a2eaad28
BLAKE2b-256 449737c8d56e39035b39437bd86d3514bc27c38640ac015f02cc6d0d09c8c063

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e0359f14a0982f36e23f49e4f94ed56cb1f6438133ca915b3a5a44ea5141b9ad
MD5 ce4907fab056a0ee87518133f2990eb3
BLAKE2b-256 7634985814814d59f79f152fbc2b9bd3b300d95422221c2de936ee0f686e5ed2

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 34d15866c96d883c7b346969972ffe7326e672b1d2438cd5861294f0044c8a0e
MD5 9da5679c34b614c35209097cd8c20e83
BLAKE2b-256 e21f2d3621b3671f392e02d30fc0bb8547916c36c5e0e8b2a95a4c20552553f4

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d24573b11b58047aa4c864c0f4e02fd69cc332af443d0f90fd1370d54c362b03
MD5 422fe0cb0e4ffb4dff8b3afa19b2d317
BLAKE2b-256 0980e22c519538786bf7357a0a4bd38074335b67f96c83cc1ba7d1b3605de1fe

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 111.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 058baa7c090ab8a9930bca21741a02ed7de38acb51c6d165927f0da37fe30f61
MD5 d438f50e7d2e25358f59e9969136b1db
BLAKE2b-256 6cf3789f250569c41ea76326e3b55e269a4bb97a91c81cf66663802c80b06bed

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 107.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e5452b5f1b020640ef0713e98e68f5311f8d76514679b4f54f61fee975cc036a
MD5 e8ea06f55963028c1b69c0f0275cc00c
BLAKE2b-256 a62e62702b99629aec5d9f06ddc173dda599c5c3c052c7025304296887ae0bae

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 544826137fe15e89bc8220ea1180676d5e07e6211d5804c218ae44fc9618b092
MD5 04d32e07bd7557699494f8bf6905a3fa
BLAKE2b-256 0eead3801fef8a3a46360953765b7960b34a99863aaa6c869cd2d0f8587a84a5

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c4fc2ecfb0281da112e0526934e41810306d7a1ca0c78e526fc987df52077d3
MD5 cc8656ac29027b6c3eb589811d7a991d
BLAKE2b-256 871cfe69e6026be1220b2e83b0805709ca62c8000afcec95798eb5501a50f86f

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c6ec7ba2292464001b065e07a305d096864d8de85a6e80c778f94f2bb2be2bcf
MD5 f746bd0d1cc5896b060619e82b6f380d
BLAKE2b-256 bcb19e14e78a5e35bb8165d5e2beba34ff9a6738a049dbf37e2c6d588b0e1d68

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8dab54e2677063957ad19ddc6e761b5f9ab2660ab11f0cd925051e3fe0c6e2d5
MD5 988acbe70367f467c759f86c44fe8275
BLAKE2b-256 a58dcd1325c58bdce9e62e6e8e97f31c5df7045609fcad4a84b5d670cfd1cb2c

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a1cfd2f3a5ceed6d7710a1c3ce36a984cf6cf9c7c788c613bfc90fe2b367887
MD5 9c6d06797e7edc96da69034ef9741a3d
BLAKE2b-256 ac77f33edbe7103ac258e153406cf3ec812eb133f6767d50594d36b12e728dcd

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 206475b3c8415ed1d5690aa3ffd2241a670f7cd24d4765699c9264abc773bce1
MD5 fe7392ed56216eff8eee0cfc6e07d738
BLAKE2b-256 57ed6771b50e6e2a001ede8ee8ac405015c2f8fbd5004d73a96b59ed3f637052

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45489ce080e4cb95a4b218ed89a3d187054b581ed1536afa97a9926787bf357e
MD5 608243d30c131e74ac5d1ef176da7726
BLAKE2b-256 3c4eb3f25886bc83864c055ae1e9f2e3fd75258b271155fc972a45e71b1e918f

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f52e891e2ada5042c8aaf725ff4924214bf3e644218173e255c5e51edc630073
MD5 bee1db0958b5ddba5589326d35e455bb
BLAKE2b-256 3d1cfb4361749660c9a57b9530194dfa4b2c95208b2d3e3867e1a31e2130b297

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c236d5c19f75b8480c6f15de4e90965311b4119775d1956df99bbdefdb07908d
MD5 e5231f6792bb1e6e910577300cf5f3b0
BLAKE2b-256 84c2eadb54f43cd0fee273b1fad251d42d0939a8a098cd87f83eebb321f5f836

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cc2b42dbbec1e3d357dbacfeef69112115cdcaa3d42bf9f0e933218c26d847ba
MD5 3e054989aba62895158e5a00c284ba7b
BLAKE2b-256 6cb9093278ca320b4a4c8c006bdb69ce49199786a620a6ff59e1a77054781fb6

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31e1b073cc0c139ee8041a4f16b177e3f7f2393107f73b4ac52b1b792fa61e7d
MD5 db43ac0f6c29ae91ffb6b0255478fd63
BLAKE2b-256 47015ff7d07791ba68f079fb60b0173dee361b50fa888ba3d7cf00b25a4680b7

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6e4b1a8dbdd4e6784715dc6f7c5d78aaa8abf1c894c810a211ec2781d3e6f661
MD5 14ded4970637764f4ee532f6d94b3a4c
BLAKE2b-256 17d8a912af1cf950eefc3dd15c6c810a98b4f2a33371980844c2ac6acebfa8c6

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 111.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9e2433ccbd00f9ec8aa324dec5c0d5c5bf2a6cd1c7ec9ba1b2e7b1958bc0b056
MD5 6d121044cb55c87c4000cb3c06fd1cc2
BLAKE2b-256 38fab529dfa3c65c9500fa2d469623381667702ce34010c1fd3190a0c21dd554

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 107.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1b744965d0476bfebc89d3c2841c864b3fd5fe54c8cef5812cbb6e0b478fb871
MD5 bf33cb2589c6dbde4d9cc398ce8fdc3a
BLAKE2b-256 4901f0a14c1564d26a0194b89ae994308fe7d75058b58491ce54d55db9c01a2b

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0bf43f40a18542a7878fd0607ce807b0154cc7996402b2db2ea1421b62395b7
MD5 999585c5434cebc67cda36c9170c83e8
BLAKE2b-256 2ddcbecab950b0e2c384f3b4ed37942ebdc56f128c0396b088cce13780b93fb6

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b62ffa570e9f91bf5610ede7b5acd248a72e0e2a2d3db93f635bd09dec9b9c5a
MD5 53a6cbf4406d8afb08c0de8c752a55c3
BLAKE2b-256 48a54a684b86f6c0bc93dd4f268cfef07b4bdb85a8ba4af8fc67bb7b8a211ce0

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c6919ee60afa25ff9f4f34bed3cba092c30598fb9573e2968205815177b1c0bc
MD5 2d9d46fa57db90a527b013d6ac2a7f09
BLAKE2b-256 bf7c2268e529e0fd2fa517b2340df3e92b459117768342e9ab954f6ffb682464

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e92d68db9050d959a1776af2b1ead8da7a4f09ce58edac932c16f6e064da0db2
MD5 1befa5c9d34e0e4c44a8565b4130bb73
BLAKE2b-256 55861f6d6ec04fc3e7e89abf1fefd5b0af09bef510c8af8f93b5226abc130cac

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd57fcdcb126b3a2d79fc8fc917a6dd423ccebef5474b420bb8e7b0a568f897a
MD5 042b0520084ef6889500aa4cf8e77f2c
BLAKE2b-256 ccc8a20693257009036b3f58c81a9df8a633280cc75f2668463f4e63a8256b0f

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 66d9cdf9a850b2713451eabc138cca40fba97f25c545d5c96ba0832e2eff4993
MD5 7a491f9a84cccd49b8ed4f940f9a8f85
BLAKE2b-256 d0b2b92056850b82aad4e5897a7cab4aba11fbd249497ca2ab799d00b5e3e7a3

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ddf8cef932ba0d3948176c251884ef5fd9adee8477af9610ee9da8c69a309a0a
MD5 39f8b8a6250c7d078ac982bed35de99f
BLAKE2b-256 b4449d60af3d14207dd9dcb07627aab2f554079e772904814fd820497bb106b8

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 48952f9c31ab56800140563cb58c8fa26cb02f9bd15f3e6408e6bb1d0ac3702f
MD5 f65d04cf3e0024e1269d3aed24c7bbdd
BLAKE2b-256 b5d65fa51768ce9b39787cadfe2beedf2189af1191648a4250e7df91a90bd109

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b3d8c46b5b95f7fb2ee51bf38aadf58832deef5c99859cc5e3b4caf8b04ccd3
MD5 81ac68c22b28c6080d4db8b66188f5aa
BLAKE2b-256 0d049e6603b90b729a49e7dfb8bee18c9a484de06a78e90749ed9dcd567c8eec

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0fe460892c98c5c34d87fbc3de3b183af34d554dd4ab3bc8966d45f8f6c03e7c
MD5 11f172830a976dee3ce8f26fa7bfb459
BLAKE2b-256 0a6ed51f749c9d070a41b5e865996cce83e061e11c8c31b16679a0ec7bbe588f

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25e142ced6dacdfefb44779a9d7b38315aa5ab7a0c664baee4c37d4c5ec2449c
MD5 86fa5bb6470b8f51e213b3a228ac75b5
BLAKE2b-256 3b341c26ab5df534f8ccd38840d99bfe29e38493e1413f90d151d545af4ad4e8

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b902326bab1becdef1a7f0278802201533701fa81bc8b9c98ed1508e9582143
MD5 df9b67adc70caa12b66b8ec57f0528c9
BLAKE2b-256 3f8969fa8d8b85bf7e38434a248157bbd137bec079fa2e09560ebdb2232f2886

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 111.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7875928a3180f2a60a0e7739befbe1dafc3ea2a2c76dec68b75d000f1689ba02
MD5 5393b557b70de1c77b3ad6c7414e6a92
BLAKE2b-256 919d53b5c33f044ea6cd466413d90794e97814624d88f5a4b23a53491d3768e4

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 108.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6bb282e7e06bdc411a6bbd199f5b28ea8125731f24537481023676fb7d25887e
MD5 30dbbc5ba3f0e804d748a3daf3a82ac6
BLAKE2b-256 7f623aa110104fd8183af226abafc8276b765d053fdc521df476c8b2adfda8ac

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b762f2f81f2efe40286389c1a04259374c6b728b42f5f3a939eae361bca1e13
MD5 182808a2a773b99c8d18857905ef3183
BLAKE2b-256 b63e9c0f990f77ed6ebfef00f18c253265837c8c60d8308af87dbcc1b5f4f1a3

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c86765314661fcb586c688ff91a8229eda9fe2d1655918fb38d76403670bca97
MD5 0e0b7357a9d7c6b95354e9ca91966817
BLAKE2b-256 cdfcbc989a926ba52d6201fb925652c95a033853a72bf6bc3ab7c3848631ce93

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1c38ffaeecd3eac31cb6ead247d50d4b9f2775402ba369938df9161d650e7d5
MD5 43f770eab329941d6a50836244022d09
BLAKE2b-256 1b9a714c464d52b9502495c7dc0a3322846a04e438a764c8d23853fb85c8c414

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a592a01904b23b63e5e01d14cd933b0aac14e820c82fa6a81689929dd47b9d1f
MD5 9815bd2f6d67c87a655054516b9dfab7
BLAKE2b-256 764c46ac1c92747c81fc803010f9f6d1f2c7384240deb9bb1efa27750dab516f

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4dd56cb53d5cb6034bb5576302ed0906e95a738afb21d4757ec506fc8fa9263
MD5 c41b5e090fc964d0cb4e0760d94dd925
BLAKE2b-256 28ea79060aea242ae88b066c0a3501c149096da1e1a35876f8b764df1a74e9d5

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 72b8134d31237bd8d6fa461ada1112827a0c000c82616cf77f5bf4716c0f09e4
MD5 a0d6900e907cd243aa2f84bc5c53374d
BLAKE2b-256 b0a7120d6499633d963fe23c94c9196022b1b184ef864a641176021549a6bed1

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 54f7d567209f4c4249708a89ed5db02d82500767206feb702fc5e5647b0bd7cf
MD5 ff9bcb9268e82ce87af16be979a7bd83
BLAKE2b-256 cbcfdb3238360ecbe708782ad3ac486346714ff17f177cdd7182198dce43f3c2

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d5aac628b3fe0ea09063ceab7b845d367284043ceff5d8c4285ad2b5dd74a8c3
MD5 0fe7480b4aa40c4b93f5824c010f485d
BLAKE2b-256 788bcf87a5d7986025fe2d7d99427a41500972c899b2e26ec24e539f0102ef67

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2009d72c0878f38cf4a774453181081e6dd64ef5eccb96dd77341fa2e20120f
MD5 39ef1870adcaaffa9ae7d758921a59ce
BLAKE2b-256 564e4fa1c48a1f45d81f2b14e2ba5576dd952cfa1a8e3eaa211cd9e8a0bd6437

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0019e419b2150a3660c9d5385211efa4d101ccd781e4f38fb4db8e5dfcd5d902
MD5 b305182f925cab1bae78e5998be1e9d6
BLAKE2b-256 245f3743816abf3626783df697c64d220e06efe3ab1a952d08cc52cd0076ff69

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53ec862450f42ec85681655983c659a1b9ba9b1be6db701226420e026e339f7e
MD5 841aaa23ec1e4fef69c8bc585a12aba6
BLAKE2b-256 1366fb2ad1451ecd2b6075a0d0d50f065d62c56ef34f352efc8068f449a9b8f7

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9746d18481ca5874a8a8af68509a15e12943e65be6065a9503d4b3c74ebb665a
MD5 bd471f3bcb00ca44ddcde15cc6572bb9
BLAKE2b-256 47c095ab3f78fd7335030dda0ca676d9b9cae40f5c8b23265b4cfa7bb8b42fcf

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 111.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5192d111d907f9b93bdaff98c0b763e878d085bbfa70dda5eae9d41de3dd1032
MD5 9c842dd9566d7da5842317aa09d02db6
BLAKE2b-256 1077a82f902fb4a8efe0f11073bbb3824b38f056fff2d7453dc669183bfd60ff

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 107.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9f8a69b39d787e5c1e0d6c88a7d617b862ea9062443e37316aa158b47cf750d2
MD5 ff1561949cfc0cc416686910052ed572
BLAKE2b-256 b77914af1c77f9f88987cba3ff0b95aea03c6650061d8f56547cc02f805423a1

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69fba8b1e707023103e4620731b63ebfc2a6083571f2180e917c109f495f9b4a
MD5 d6823dee3cd386c356692fb9ec570d81
BLAKE2b-256 66188797cd4bc34f01c0787b1587873d12327afa74b601de9e64d77dad01c5e5

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d8b144708b6b0e9e8913074bf9ee4a30b5a844f4d35027498f259547ec1efda
MD5 ddcebb124100781b6f8beab2b26a463e
BLAKE2b-256 b1ca667197eca9c5f8814d24766ba5b84a72d4502cca2a3b2b05cf80dd2f05e9

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2bac38616f240cf83c71919ffd445ac6ad96db7fb9b9d57fa9c5538c7812ff6e
MD5 5b69776bc82c8ff80349d21e174bf59c
BLAKE2b-256 884237ae834712108a597dbc8060562b4bf239ddae5c183c1fb5e909fb01ad16

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40e3f32fc8e16920d8ac4190aa50fff91903c547c6bf2a976ee3b0520ea66fd8
MD5 a6733b55e0d7c26f1caf2c536cd86b33
BLAKE2b-256 67b11b59c8b3e0da3ac7f595257d226feac24ae3ab5a5dd88de8cb1a9db540eb

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bc6ea33e5e9b7068ebf0c8f7d3c8da3f425ba1eaea26e20d486cdbac9e4e37a
MD5 0723ed5290187f723a8936eedec575f0
BLAKE2b-256 67f870bf4d989da0f2f45e8d0aae55f71e611d4502fc56333c9ff12a3a0b2ade

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 710361f9ea55f7b2690a5c8d2ab7fde3d18a8e9064dd45a6c34a22ba50ef7831
MD5 3fd26c502315294f738eba478d060dd2
BLAKE2b-256 0dd9a69e69272f6df80723816f4c64f700eee23927979138aa20c0784c9d35e6

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4185be4fedb9af12d87c991cc418c21c27df33d80264b9ddf7dc862028b02feb
MD5 c5f26b36d1eeafca3385d91962b49e21
BLAKE2b-256 d275449cf2b64a2bf1337e2de6d10e74354a38709be18df4e2cab7f3310c0137

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19e0cffc2e32803e678579eca14e1264153d335337546115c2cdcd0d0d2850bc
MD5 4a533e046bc4e43bbb40e2b12b87a058
BLAKE2b-256 00674099be399913e6a619c22a2952a4b70811342cf8e3e249077a2894f272b0

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e5237bb2794c7591820f3fc918c515eeee5eba4199ebec7131b1e6fc122d650
MD5 f981f61eb0f3f93dd45cd8cf890806b6
BLAKE2b-256 185426bd9b933d10318c4eb97637f29e9e748664b71ae720b2c89cd213b1104e

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 996d9372d4b2a09cc71c4e4bc85be36ccdeda57a29ce4d14e1f5b603f277ce64
MD5 597d4807a0e7c98e7e0cc81658faa953
BLAKE2b-256 646be5ef7a5cb95fa9d3f5d485934870d88282389b3e055239047e64c9f70d3c

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 112.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b1224b7ceee615b859dc63865a2e6b6ced3d393748813914ee4956024e7791b9
MD5 c2a191a037cb42add0bdd8375bc01a78
BLAKE2b-256 a51759143a072304bf220056ba60e45ebef4d6c30c3525d652f644ea8f02d8ee

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: sayaka-0.2.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 107.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a418ebf286e1b4f1d2c774161ff02260e8897223906c7ee12e921f8d8ffc5b91
MD5 b97cca6aeaef5768a7e1d50f9c43a30b
BLAKE2b-256 e56931e5db62cc93dc4ae7f339ba557c01c678f0d43b71f7b8ff6129c55419ed

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2654f3e7bf8c09670236f78814484e477bec1ef590b0234998394658bf13d25c
MD5 746164c4c13e6e2d58bc093eeeae63ef
BLAKE2b-256 7b911398a3b3f8486af2dd9e6c03a74f069019ecab754636e44aceadd9b17307

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8c93dd2c2b406d7bea2d4cc3c7949c92450d3a02b4121cc35444096840efb5fb
MD5 ddd4cc6617cdfc68ebe843988d7081a1
BLAKE2b-256 e4774867ca2aebb059b0b882c856225beb8c3ad88ba3d587983f14b5d50a2cdd

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 db18e4d449b8a71fcbe9e22b9bf20f446fe57045b0545c3535422d47fa31537b
MD5 264a700e4f7928c35b0b2b1ce4fea9e5
BLAKE2b-256 86aa59743c46fdfdc1450f0daca2faa888053a6a1208b5e7f12e1f8c92a46e22

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42f65ab0484aa888e49bd9974b26c408cb43ab1d2b8af03dca8ac190dd64fa62
MD5 c203b799d907c7f3100aefba6c8e2832
BLAKE2b-256 2b3ceeb727bf87c9bca0d0743ba0e0de4e07750ca619f03cee7818464d4d0329

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24832f44514adce7ba77ca73ee605672618df199ef75063ca52531b774e203e4
MD5 14d6ff4b2e3f696aa49d34292e96edb1
BLAKE2b-256 c9ffbd5ea02b576091984fc1ab55fb7032d12c973dda3c37f222ba48b32362ed

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e606804345a57ba724ec401c9320d30b4435230d104039a0202b73d98301e947
MD5 f8b9a427f0156e117fb85b1701e5be0a
BLAKE2b-256 109ded683848e7afe5bd4c4e63a3869e9450b28914e24c93d07545d868193722

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 016cd8576ffe6f716ea328770e81d0f8b203fbccac825e4aac19c9ce2dd030c9
MD5 1c6d04d35fdef87c38c64020e7d43e74
BLAKE2b-256 e7868982bf3d20b21c2d222254cd3e008b248ddb5d726bfbc1fb59613b175c4e

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a0f4c677f1c0ee50c73d278cb763d55546be569d94b15d25f9ef1dade942ad0a
MD5 dd4c3d1e9c486680a31ddfe10089ffdc
BLAKE2b-256 9fec144574a9b3b92ff0bd760b9e9a6223609ac94589c49ecbe1e8018bdac96c

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da2e2cd63e7b3f1f61ce6e170283c5c560067f197dba8d28afc31d290f8a3890
MD5 ea30b9a342157970850799786017efdc
BLAKE2b-256 b11bdeb8890e991959c0a9d60a47c8b951f256f3a88aa3d49fe29ce8ed2e5f06

See more details on using hashes here.

File details

Details for the file sayaka-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sayaka-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 25bae6872cb413cc8eeceb425c9a50ab840c647428a617abf3b5360a08df0c37
MD5 f114a67e62bef9bb8cf2d21c8036426b
BLAKE2b-256 e10b05e043d4d7e5dd160754f7256478da5e5590375f959267e31e7857d4c94f

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