Skip to main content

Calculate the surprisal of words in texts.

Project description

Bikkuri

Calculate the surprisal of words in texts.

Tests PyPI Version crates.io Version

Usage

Python

from bikkuri.ngram import NGramSurprisal


unigram_surprisal = NGramSurprisal(1)
unigram_surprisal.fit([
    ["lorem", "ipsum", "dolor", "sit", "amet", ...],
    ["convallis", "fringilla", "dignissim", "massa", ...],
    ...
])

unigram_surprisal.surprisal([["lorem", "ipsum", "dolor"]])

Rust

extern crate bikkuri;
use bikkuri::ngram::NGramSurprisal;

let mut unigram_surprisal = NGramSurprisal::new(1);
unigram_surprisal.fit(&vec![
    vec!["lorem", "ipsum", "dolor", "sit", "amet", ...],
    vec!["convallis", "fringilla", "dignissim", "massa", ...],
    ...
]);
unigram_surprisal.surprisal(&vec![vec!["lorem", "ipsum", "dolor"]]);

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

bikkuri-0.2.0-cp314-cp314t-win_arm64.whl (150.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

bikkuri-0.2.0-cp314-cp314t-win_amd64.whl (154.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

bikkuri-0.2.0-cp314-cp314t-win32.whl (146.8 kB view details)

Uploaded CPython 3.14tWindows x86

bikkuri-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (364.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

bikkuri-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (349.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

bikkuri-0.2.0-cp314-cp314t-manylinux_2_28_x86_64.whl (290.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

bikkuri-0.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl (284.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

bikkuri-0.2.0-cp314-cp314t-macosx_11_0_x86_64.whl (258.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

bikkuri-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl (252.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

bikkuri-0.2.0-cp314-cp314-win_arm64.whl (152.1 kB view details)

Uploaded CPython 3.14Windows ARM64

bikkuri-0.2.0-cp314-cp314-win_amd64.whl (155.2 kB view details)

Uploaded CPython 3.14Windows x86-64

bikkuri-0.2.0-cp314-cp314-win32.whl (147.4 kB view details)

Uploaded CPython 3.14Windows x86

bikkuri-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (363.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

bikkuri-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (349.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

bikkuri-0.2.0-cp314-cp314-manylinux_2_28_x86_64.whl (290.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

bikkuri-0.2.0-cp314-cp314-manylinux_2_28_aarch64.whl (284.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

bikkuri-0.2.0-cp314-cp314-macosx_11_0_x86_64.whl (259.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

bikkuri-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (253.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

bikkuri-0.2.0-cp313-cp313-win_arm64.whl (147.7 kB view details)

Uploaded CPython 3.13Windows ARM64

bikkuri-0.2.0-cp313-cp313-win_amd64.whl (151.1 kB view details)

Uploaded CPython 3.13Windows x86-64

bikkuri-0.2.0-cp313-cp313-win32.whl (144.3 kB view details)

Uploaded CPython 3.13Windows x86

bikkuri-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (364.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bikkuri-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (350.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

bikkuri-0.2.0-cp313-cp313-manylinux_2_28_x86_64.whl (290.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

bikkuri-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl (285.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

bikkuri-0.2.0-cp313-cp313-macosx_11_0_x86_64.whl (259.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

bikkuri-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (253.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bikkuri-0.2.0-cp312-cp312-win_arm64.whl (147.5 kB view details)

Uploaded CPython 3.12Windows ARM64

bikkuri-0.2.0-cp312-cp312-win_amd64.whl (151.1 kB view details)

Uploaded CPython 3.12Windows x86-64

bikkuri-0.2.0-cp312-cp312-win32.whl (144.4 kB view details)

Uploaded CPython 3.12Windows x86

bikkuri-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (364.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bikkuri-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (350.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

bikkuri-0.2.0-cp312-cp312-manylinux_2_28_x86_64.whl (290.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

bikkuri-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl (285.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

bikkuri-0.2.0-cp312-cp312-macosx_11_0_x86_64.whl (259.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

bikkuri-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (253.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bikkuri-0.2.0-cp311-cp311-win_arm64.whl (149.6 kB view details)

Uploaded CPython 3.11Windows ARM64

bikkuri-0.2.0-cp311-cp311-win_amd64.whl (152.9 kB view details)

Uploaded CPython 3.11Windows x86-64

bikkuri-0.2.0-cp311-cp311-win32.whl (146.5 kB view details)

Uploaded CPython 3.11Windows x86

bikkuri-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (366.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

bikkuri-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (353.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

bikkuri-0.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (292.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

bikkuri-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl (287.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

bikkuri-0.2.0-cp311-cp311-macosx_11_0_x86_64.whl (260.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

bikkuri-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (255.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 150.6 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6d5caa36eab9b00a3288ad95e32c27f9f50b61249de345454359f52e8c0c9164
MD5 e496110a4752fe63fd7cf9c820b9aeca
BLAKE2b-256 1686e6ba7ee16068ca32495bccb403f801161e0414c814fa42e75ffb617c7539

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 154.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b00448a6b4614ff90b1de6da691726a70ce4a6aec2b4dc5f0c3d8f446eb60525
MD5 78b9eb1490a20f935a1f5fb50ee848cb
BLAKE2b-256 c82fdb4c327de616e0d2d7101ebfeff0b4379a6930b16aca2200d0a494dadeea

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 146.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 7433b57d69eee961ff78db7084686ef80d92f86a316270576d73510ce358383e
MD5 1aff734c0d61ecacdc7f673e413719b1
BLAKE2b-256 c75fcad3fa6aaec55b53fe6a6398f0a49e65b5e03b30de198c3a6c8c2b2b0035

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff155372e90727ef28edf8504438a802de3dbcbfb2e29792b24f7c4864beafe6
MD5 b255470baf9df07a0b427cf8540f9f71
BLAKE2b-256 e1a3a8264117832f23e0bc651c326b93ddea221e24b3696d4bb7ffb99a174296

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f4c0b70b37f71bbc9930a588c7b2ea16b0a5cb0dce7da84d0b738f875f38585
MD5 251fce44256cc75e0175399d8f22fc59
BLAKE2b-256 11b1ba1da2851ddccc12dd2000a0bd3b9490877508299682f6217ff7b6e12699

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 110966cdfec0047ea757a263cc7a4cdd6273ddd52378f9bf52cd4fecbd2593cf
MD5 4f3b7bfb2dbb82a653d866f44eb9bb1c
BLAKE2b-256 d10cf70899dbebeb2d2eee03aa26edc7732ef8c7f99ca249e4ca3db3b3f32a98

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fe74787a31a536a671bb82471507114b14239732d9bd3316af11b5dc3d25b44
MD5 5924dea611c3a2a443969e415b49b235
BLAKE2b-256 cd8422f31d0cd5781749dc28e420a3df99575b1568970cc92c0a3556370f49d5

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 dbeb23bffc0acb325f4834ea1f77e5d2fc857559155971de1bd79a4c15b73cef
MD5 86c671db0cbddbdf51cb42ee5653a241
BLAKE2b-256 7b0fbd2367473ac0b485bfaf54e19db045d6e449eeeb2f58fc7f30fcd4c6999a

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b19c87ddfd1657c38ffac4624730005870e588094771331c6e4c68bbcc1d235
MD5 125b6a49531134ddde3cc634af33777a
BLAKE2b-256 caaae20505c3e4a11591646d21bddbe37bee8f977a572424f1e3bfe79c271944

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 152.1 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 276f339e9f1a015243543c25784b856c4ff3d377c7253310fb093126c9fc245c
MD5 e92bb93750c6f6b326bf7dfc527fe6a7
BLAKE2b-256 8638f4545ea2aa1ca9f1a211d7ffc21471a4ddc9aa748f4758faa641d96af617

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 155.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ae175006dea6fb5f46b72dff231cdc839d74b5add44bdf5b898cd1a2fa2c280f
MD5 2ebc4ff76376553d3c8105f18afe0ae5
BLAKE2b-256 f6c4432ac25476e3bdda513c617d1e6de0ba9d6a2445beb506ed351d58a9f98a

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 147.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a85acb0660b136b16a1c035fa80cd9bbf5558ecd806710a2aaaf714fbf1d111f
MD5 f7f2769a6364ef0ffb4307627f74b9fa
BLAKE2b-256 81b27a7c40c82d9ca59cd6dd9d606d77ccb6f6d7ebc0e1829d6d26e27a5f6fdd

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3424758d21d0ceb2e36aacfdf752094669dc6e9c0b50ce9e59dfda960b744809
MD5 17cf83ae61dfcc7ea10f774be41590cf
BLAKE2b-256 1f27b5dfc4ca06ed1172a36e4d2ac64fbf168c3db67344f3337cc0699286c96c

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb82557f4d00c39a976dd7e88d64975d81d3aabb490fab594199ff157e7cd474
MD5 7e9fa9994fdd22fa5ce3134007b40fb4
BLAKE2b-256 3c47226b42fa5ee4b69538154b0a29e5329e6ba6ef19892cf79394df87c77991

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb0993da258fb4b8b11e7d4ea3b94ad4673316f947e25eb9e86079293e2eb2ab
MD5 bc04bdf22db4bc6cd991d8d8e615459c
BLAKE2b-256 88070bb1686b9bfd00f4227925b1c080693f2d8485c93ed86e7b4820a11f8c50

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c0249c7a58cae941871b08f7e9702777dfdea46046f8eec24819422290f289f
MD5 ae6b7cb9c3585dabf3e265914393eeed
BLAKE2b-256 968dc3468b232635effafe9ad40b0b608210b2dba66894b848d8bfeb322b9dcc

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0d0b5ca6f7e34b2930e81bf943a3f634c484f830d8b01fbbd26ce97d3d15aac6
MD5 5263de36d0644644b5cdf8b15e58aec7
BLAKE2b-256 21650facccfcfcf8398f03f015550dd49d8df6c47ee4f1f75273b5594beb104c

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 863f42a2837c23c60eb6bee6711433c1deeb5586d3fc30773b093ef55993df32
MD5 3df4be075509d984e89cbb13f893ba30
BLAKE2b-256 0d5a64e78885e7689c3e64915556fa2be17b003059f753385a7f166fe50299ee

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 147.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 48b0f2201ee30231c7f325839a14cc26efba9efc56f3040539f0649dae9901af
MD5 7aec0f271e6aff01be9a6ddb731495ae
BLAKE2b-256 538104a12327f9a5d84277a80b98657d3d6b4a01e8795f10570ae40c05d68005

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 151.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 68aa428f5fa61be3b1935593ce8f1fc9a7520328e4c372953d7ccb1ff834e39a
MD5 f4e867844a4dbac43e29d75d68f8a2c1
BLAKE2b-256 8521eacb1c96833f14a079b35d8c5800a0b6e6d12632f9c408ab669407036814

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 144.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c797940f78c95db324b0e30fd5101afaab80b21d24dbf23f06d114da43ace4f9
MD5 32d20301872193a44220fcb84eb88b96
BLAKE2b-256 79d9d07f3ac9865ce862dcd846c34fbb6fbbd1f6844bd855d145079f7c5c162f

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d85be3778cb33d5541df75ba22b9cfedc7daec849a1773a7fcf37326c105c3a
MD5 9be4b151d310f9305d776c81ebe8c862
BLAKE2b-256 96b3d74fd14e7a2e4e952406478e87d0d0c779799141a729ae7cf92933161c10

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65ff6f11d7ca0b8ebfaf5799ec5e08d9bcf06c7b9ea7bb527bbe9ef0599b3ec6
MD5 d63eb382f1a09f7368df0c86de4112ed
BLAKE2b-256 229ad15b6cf0a19ae85cdf90f7b496e37ecfbc8f8353e99dfeaa68c466b0c766

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e94b9e2965fd1e877eeb22670bca5e7f8dd977db114e43f05ebae407728283d1
MD5 dacc0ac69a85c260424130948fba805e
BLAKE2b-256 d96dd8cfa71d3c580b15a88b5ea8e5d1772e753b5dbfe19f43a0a7952d12a6e3

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f4c09216acdcbf0aa7ef6e69bdf3980228610b26f782ead398de953530073e6
MD5 2bfc22ed090973b5aa433233aabcc8b7
BLAKE2b-256 ddcea18716233f1bfcf8bf9abce7f9ef88af334381b051609577d11520d1b06d

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b8798f8452311eb640f0f73ebe2b7e62548ffdce90fe9689c2c134264edbcfef
MD5 1b83f4d1169beaf25d6c50199541c29e
BLAKE2b-256 a410a0aeb269698aa967d07445e1cedf696498ccb02a40949e35746fe234ae90

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d71eb958979aec985bf88dc69c24d47017c75c3754409968ff21f8f375e99b13
MD5 594db02b490c11c90f5f0436d3e3b00d
BLAKE2b-256 ca9ad35537b124c30992e194b2d235ebca1ad9526e2e57a566f9a3405f44e4c7

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 147.5 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7c881eccf8ffb892f03a80223963446666b8413e50fc354b0e76f9ce515ea40e
MD5 e3e40d340d703ec9a1cf065be504db8b
BLAKE2b-256 dbcf3ba3198f873841032570ee3ae1887ec09a1cf658b3cee9f77ba2f20ebdfa

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 151.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f9f742ab70993568ec6a2df2b8c9e88696e4b9251351e328a7182ba956f4effa
MD5 cf2bfd33f698e9e89066ca3564e91360
BLAKE2b-256 dadf8a397946c59798f0bd117acfeb708ea82096f93ea72e12a7abfed8c5ec4b

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 144.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9751bffc9d27731d7558674f38f08ad3111d34c590c3df9ad5bd0832c17a26b9
MD5 dd4adcc16245b10ff7a9723f1a2f27ba
BLAKE2b-256 7bb3a45c12001e5f4cc417296957b4bbbed6059c6ebfe9117807c619320f37bc

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91acf273a15420495b9729861f24bb50049cc30bd625adb90314446d460aab91
MD5 740375f724f6d1c84db154ef475344f8
BLAKE2b-256 bb00741e8c8ef766431f84d131a7e4734df92a51daf5ae4c1529f16b987dfea5

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a81d9b03000f008c00f82f7a485952555a84a3aa7e4783f266f4a079315bf1cf
MD5 eee89086c0d6733cb7184ccc1cf58337
BLAKE2b-256 79ea10d8c4928bdda52d1ad65ebc8dcd76d570a35ffb94411098c4111bd9d0b6

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e17b3d80d74550148145a18779cd1793e8e8a17173e72087d253bbba9b25e363
MD5 84051e900f9521ccbc366b45bd249c2d
BLAKE2b-256 f290cf775d55fba32981b2bf5d3aee1f563fcd82497a61b34d02a3196644b196

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0af435e9dc6294df66d74a56f355030c4e3659830fd4e25790ca236aa151d620
MD5 c94c2d5364985d9193237ac12d78bfbf
BLAKE2b-256 cc829a59b66765bf12c69f4b55735bf618240bcdf130facf404a2c44d6c4c9b1

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5e10361c6a755a9a51c8a47c3d328ac1b4363d9dad5bf9bdfa1c352b4d0f4528
MD5 a2bb14ed8da07b7d4c4b631b137d5f3e
BLAKE2b-256 2a4ca78e42a76bafc1d769022a8b39e0dc832041c67aecbd24e5aca02e765d03

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e41db487b8a68e173a1f32ab299a3adf850d2b8b68e18ba3147d7efa8c734a05
MD5 0f94d74d8ac66a584c2234a4289bf7fc
BLAKE2b-256 7f07c1d58f67fec159faa31fc2966a1bb2ee7ccadca32dc545a46b242ab9a0d3

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 149.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8418cd07c0e300ae9352222fbeb7f8a820d475ee901488a24b8255c432072885
MD5 883c99432777d7908bd765e3224c0656
BLAKE2b-256 30e45185fa37a26e1a89207db7a58401e5c20d8adc801cdf1abd82d720a1701a

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 152.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3afa50f756a25bcbb8460716fa22bffade5d5af5d906698ea67664b08029f336
MD5 9fb4517288b8549fd86715eed7a18724
BLAKE2b-256 a42b82f8e38380ca4cad82760e94672f7b76c5336218efc26876e1213317ec66

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: bikkuri-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 146.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d03a55f3ad8d59b4eafb2c5f5731495810115eea38d8a74db30d8785a943fa18
MD5 2fa2bafbdbbd8a5f66592ce3f235f6b1
BLAKE2b-256 6319afb318dae0778efeef8d3028680eceeecf359fe83ba21d689b91eafcec64

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f2a866a9ed6cb2ca4347d87279ff38b18a24842b9321a842e78de6753215829
MD5 63d01a73e2a0d049e2321c289ebc199a
BLAKE2b-256 f0f27105d38f00b5ce309e44a0f0b5d96af28657c27cdc17cefd4b9af2e3a0be

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f56b0b5aa754aff2e850fc33536daf6e53c6f7ac11d8917f257cd43c98fce5cc
MD5 46873db739698bcdf467a4521c8f7046
BLAKE2b-256 7dae41b457ba17ef215ad4d7375fc847f27582fae7f1719221fce371b93c6527

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 374bd7114be4f69fac7db7357aba31800078269a7fd36881f9675b25d12788f5
MD5 583a77e6b2fe9e5f2fe0370ba7a49759
BLAKE2b-256 819077550805e8a4529e51a5440e7ebbe8dbc70df21f73c22dd546751f2e01d5

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8f2b55acd9c56a8582cc423e7e5635a9a4e4f25577fd89b850a0ef1088e6660
MD5 88379890ba3756c650be92d3dd44a945
BLAKE2b-256 cb6693ef1a344c9830b454d8abd324bf7ccd8fa69807a0470c411b1b13e4041b

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7912ea1bbe23026748a25c2ab373f4f9e8dbd1b80b2943f5d8ecbba191fb7a07
MD5 d2917c03bfc71377e017d828c8916001
BLAKE2b-256 e3a0036c3ebcfe9d99bee897c07e3a41c4aec6cbc15e113a720cc247f54bf25f

See more details on using hashes here.

File details

Details for the file bikkuri-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bikkuri-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0a64b402633a1d874dc324bdeea0b574139f26838a19815995e66a7d295867f
MD5 0bbe0fbc17e4a6ecde84b9fa70c6ff45
BLAKE2b-256 c4376a8321914565725d2bbde9c217dfc13a1cc488b9d80fc22d583d4c62c0f8

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